[Python-checkins] python/dist/src/Misc NEWS,1.932,1.933

niemeyer at users.sourceforge.net niemeyer at users.sourceforge.net
Fri Feb 13 19:03:03 EST 2004


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

Modified Files:
	NEWS 
Log Message:
- Fixed #853061: allow BZ2Compressor.compress() to receive an empty string
  as parameter.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.932
retrieving revision 1.933
diff -C2 -d -r1.932 -r1.933
*** NEWS	13 Feb 2004 11:36:39 -0000	1.932
--- NEWS	14 Feb 2004 00:02:45 -0000	1.933
***************
*** 227,230 ****
--- 227,233 ----
    of raising a TypeError exception.
  
+ - Fixed #853061: allow BZ2Compressor.compress() to receive an empty string
+   as parameter.
+ 
  Library
  -------




More information about the Python-checkins mailing list