[Python-checkins] python/dist/src/Misc NEWS,1.1081,1.1082

mwh at users.sourceforge.net mwh at users.sourceforge.net
Thu Aug 12 20:09:05 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1347

Modified Files:
	NEWS 
Log Message:
A NEWS entry for my last checked in change (I've gotten out of the
habit of these, sorry).


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1081
retrieving revision 1.1082
diff -C2 -d -r1.1081 -r1.1082
*** NEWS	9 Aug 2004 04:51:41 -0000	1.1081
--- NEWS	12 Aug 2004 18:09:00 -0000	1.1082
***************
*** 13,16 ****
--- 13,21 ----
  -----------------
  
+ - code_new (a.k.a new.code()) now checks its arguments sufficiently
+   carefully that passing them on to PyCode_New() won't trigger calls
+   to Py_FatalError() or PyErr_BadInternalCall().  It is still the case
+   that the returned code object might be entirely insane.
+ 
  - Subclasses of string can no longer be interned.  The semantics of
    interning were not clear here -- a subclass could be mutable, for



More information about the Python-checkins mailing list