[Python-checkins] python/dist/src/Misc NEWS,1.755,1.756

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sat, 03 May 2003 21:16:54 -0700


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

Modified Files:
	NEWS 
Log Message:
Somewhere along the way, the softspace attr of file objects became read-
only.  Repaired, and added new tests to test_file.py.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.755
retrieving revision 1.756
diff -C2 -d -r1.755 -r1.756
*** NEWS	3 May 2003 09:09:02 -0000	1.755
--- NEWS	4 May 2003 04:16:51 -0000	1.756
***************
*** 13,16 ****
--- 13,19 ----
  -----------------
  
+ - The softspace attribute of file objects became read-only by oversight.
+   It's writable again.
+ 
  Extension modules
  -----------------