[Python-checkins] r45679 - python/trunk/Misc/NEWS (original) (raw)

nick.coghlan python-checkins at python.org
Mon Apr 24 05:04:49 CEST 2006


Author: nick.coghlan Date: Mon Apr 24 05:04:43 2006 New Revision: 45679

Modified: python/trunk/Misc/NEWS Log: Note changes made to PEP 343 related documentation

Modified: python/trunk/Misc/NEWS

--- python/trunk/Misc/NEWS (original) +++ python/trunk/Misc/NEWS Mon Apr 24 05:04:43 2006 @@ -171,6 +171,10 @@ Documentation

+- PEP 343: Added Context Types section to the library reference

@@ -415,7 +419,7 @@ subclasses of str always behaved. int/long/float, conversion of an instance to the base class has been moved to the proper nb_* magic slot and out of PyNumber_*().



More information about the Python-checkins mailing list