[Python-checkins] python/dist/src/Misc NEWS,1.928,1.929
dcjim at users.sourceforge.net
dcjim at users.sourceforge.net
Sat Feb 7 23:21:28 EST 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18230/Misc
Modified Files:
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.928
retrieving revision 1.929
diff -C2 -d -r1.928 -r1.929
*** NEWS 7 Feb 2004 13:53:45 -0000 1.928
--- NEWS 8 Feb 2004 04:21:25 -0000 1.929
***************
*** 137,140 ****
--- 137,144 ----
working towards the beginning. See SF feature request 801847.
+ - 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.
+
Extension modules
-----------------
More information about the Python-checkins
mailing list