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!
This commit is contained in:
Tim Peters 2003-08-18 23:52:09 +00:00
parent c58a3a10a9
commit 1a3abcb648
2 changed files with 17 additions and 10 deletions

View file

@ -52,6 +52,12 @@ Library
Tools/Demos
-----------
- 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