[Python-checkins] python/dist/src/Misc NEWS,1.762,1.763
loewis@users.sourceforge.net
loewis@users.sourceforge.net
2003年5月10日 00:10:15 -0700
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv11239/Misc
Modified Files:
NEWS
Log Message:
Patch #612627: Add encoding attribute to file objects, and determine
the terminal encoding on Windows and Unix.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.762
retrieving revision 1.763
diff -C2 -d -r1.762 -r1.763
*** NEWS 10 May 2003 03:30:13 -0000 1.762
--- NEWS 10 May 2003 07:10:12 -0000 1.763
***************
*** 13,16 ****
--- 13,19 ----
-----------------
+ - The encoding attribute has been added for file objects, and set to
+ the terminal encoding on Unix and Windows.
+
- The softspace attribute of file objects became read-only by oversight.
It's writable again.