[Python-checkins] python/dist/src/Misc NEWS, 1.1030, 1.1031 ACKS, 1.270, 1.271

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Sat Jul 10 21:13:45 CEST 2004


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

Modified Files:
	NEWS ACKS 
Log Message:
Add note about closing of bug #679953 and add Jimmy Burgett for helping out to
Misc/ACKS.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1030
retrieving revision 1.1031
diff -C2 -d -r1.1030 -r1.1031
*** NEWS	10 Jul 2004 18:43:32 -0000	1.1030
--- NEWS	10 Jul 2004 19:13:42 -0000	1.1031
***************
*** 27,30 ****
--- 27,34 ----
  -------
  
+ - bug #679953: zipfile.py should now work for files over 2 GB.  The packed data
+   for file sizes (compressed and uncompressed) was being stored as signed
+   instead of unsigned.
+ 
  - decimal.py now only uses signals in the spec.  The other conditions are
    no longer part of the public API.

Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.270
retrieving revision 1.271
diff -C2 -d -r1.270 -r1.271
*** ACKS	7 Jul 2004 17:44:10 -0000	1.270
--- ACKS	10 Jul 2004 19:13:42 -0000	1.271
***************
*** 84,87 ****
--- 84,88 ----
  Tommy Burnette
  Roger Burnham
+ Jimmy Burgett
  Alastair Burt
  Tarn Weisner Burton



More information about the Python-checkins mailing list