[Python-checkins] python/dist/src/Misc NEWS,1.844,1.845

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Mon Aug 18 17:52:11 EDT 2003


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

Modified Files:
	NEWS 
Log Message:
This started opening files in text mode by default in the 2.3 release,
which is a disaster on Windows.  Restored the binary default of all
previous releases.  Also minor code cleanups.

Bugfix candidate!


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.844
retrieving revision 1.845
diff -C2 -d -r1.844 -r1.845
*** NEWS	17 Aug 2003 08:34:09 -0000	1.844
--- NEWS	18 Aug 2003 23:52:08 -0000	1.845
***************
*** 53,56 ****
--- 53,62 ----
  -----------
  
+ - md5sum.py mistakenly opened input files in text mode by default, a
+   silent and dangerous change from previous releases.  It once again
+   opens input files in binary mode by default.  The -t and -b flags
+   remain for compatibility with the 2.3 release, but -b is the default
+   now.
+ 
  - py-electric-colon now works when pending-delete/delete-selection mode is
    in effect





More information about the Python-checkins mailing list