[Python-checkins] python/dist/src/Misc NEWS,1.838,1.839

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Fri Aug 8 06:20:05 EDT 2003


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

Modified Files:
	NEWS 
Log Message:
SF bug #770485: cStringIO does not set closed attr



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.838
retrieving revision 1.839
diff -C2 -d -r1.838 -r1.839
*** NEWS	8 Aug 2003 05:10:40 -0000	1.838
--- NEWS	8 Aug 2003 12:20:02 -0000	1.839
***************
*** 19,22 ****
--- 19,24 ----
  -----------------
  
+ - cStringIO now supports the f.closed attribute.
+ 
  - The signal module now exposes SIGRTMIN and SIGRTMAX (if available).
  





More information about the Python-checkins mailing list