[Python-checkins] CVS: python/dist/src/Misc NEWS,1.278,1.279

Jeremy Hylton jhylton@users.sourceforge.net
Tue, 16 Oct 2001 13:42:55 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv22570

Modified Files:
	NEWS 
Log Message:
Add note about new zlib feature.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.278
retrieving revision 1.279
diff -C2 -d -r1.278 -r1.279
*** NEWS	2001/10/16 00:46:57	1.278
--- NEWS	2001/10/16 20:42:52	1.279
***************
*** 71,75 ****
  
  - quopri's encode and decode methods take an optional header parameter,
!   which indicates whether output is intended for the header 'Q' encoding.
  
  Tools/Demos
--- 71,80 ----
  
  - quopri's encode and decode methods take an optional header parameter,
!   which indicates whether output is intended for the header 'Q'
!   encoding.
! 
! - Decompression objects in the zlib module now accept an optional
!   second parameter to decompress() that specifies the maximum amount
!   of memory to use for the uncompressed data.
  
  Tools/Demos