[Python-checkins] python/dist/src/Misc ACKS, 1.243, 1.243.6.1 NEWS, 1.831.4.118, 1.831.4.119

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Mon Jun 7 19:17:50 EDT 2004


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

Modified Files:
      Tag: release23-maint
	ACKS 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 a fix.


Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.243
retrieving revision 1.243.6.1
diff -C2 -d -r1.243 -r1.243.6.1
*** ACKS	17 Jul 2003 19:18:50 -0000	1.243
--- ACKS	7 Jun 2004 23:17:48 -0000	1.243.6.1
***************
*** 491,494 ****
--- 491,495 ----
  Nick Seidenman
  Fred Sells
+ Jiwon Seo
  Denis Severson
  Ha Shao

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.118
retrieving revision 1.831.4.119
diff -C2 -d -r1.831.4.118 -r1.831.4.119
*** NEWS	7 Jun 2004 15:14:17 -0000	1.831.4.118
--- NEWS	7 Jun 2004 23:17:48 -0000	1.831.4.119
***************
*** 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 crashed when __init__.py is a directory.
  
***************
*** 24,28 ****
  - Bug #841757: xmlrpclib failed on structs with Unicode keys.
  
! - Bug #954364: inspect.getframeinfo() sometimes produces incorrect traceback 
    line numbers
  
--- 28,32 ----
  - Bug #841757: xmlrpclib failed on structs with Unicode keys.
  
! - Bug #954364: inspect.getframeinfo() sometimes produces incorrect traceback
    line numbers
  




More information about the Python-checkins mailing list