[Python-checkins] python/dist/src/Misc NEWS,1.993,1.994

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Mon Jun 7 19:04:36 EDT 2004


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

Modified Files:
	NEWS 
Log Message:
SF 952807:  Unpickling pickled instances of subclasses of datetime.date,
datetime.datetime and datetime.time could yield insane objects.  Thanks
to Jiwon Seo for the fix.

Bugfix candidate.  I'll backport it to 2.3.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.993
retrieving revision 1.994
diff -C2 -d -r1.993 -r1.994
*** NEWS	7 Jun 2004 15:12:44 -0000	1.993
--- NEWS	7 Jun 2004 23:04:31 -0000	1.994
***************
*** 13,16 ****
--- 13,20 ----
  -----------------
  
+ - Bug #952807:  Unpickling pickled instances of subclasses of
+   datetime.date, datetime.datetime and datetime.time could yield insane
+   objects.  Thanks to Jiwon Seo for a fix.
+ 
  - Bug #845802: Python crashes when __init__.py is a directory.
  




More information about the Python-checkins mailing list