[Python-checkins] python/dist/src/Misc NEWS,1.831.4.88,1.831.4.89
dcjim at users.sourceforge.net
dcjim at users.sourceforge.net
Sun Feb 8 21:57:21 EST 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17068/Misc
Modified Files:
Tag: release23-maint
NEWS
Log Message:
Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocol
2. Failure to clear the error when attempts to get the __getstate__
attribute fail caused intermittent errors and odd behavior.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.88
retrieving revision 1.831.4.89
diff -C2 -d -r1.831.4.88 -r1.831.4.89
*** NEWS 6 Feb 2004 04:14:41 -0000 1.831.4.88
--- NEWS 9 Feb 2004 02:57:14 -0000 1.831.4.89
***************
*** 28,31 ****
--- 28,35 ----
a release build.
+ - Fixed a bug in object.__reduce_ex__ when using protocol 2. Failure
+ to clear the error when attempts to get the __getstate__ attribute
+ fail caused intermittent errors and odd behavior.
+
What's New in Python 2.3.3 (final)?
===================================
More information about the Python-checkins
mailing list