]> granicus.if.org Git - python/commit
This started opening files in text mode by default in the 2.3 release,
authorTim Peters <tim.peters@gmail.com>
Mon, 18 Aug 2003 23:52:09 +0000 (23:52 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 18 Aug 2003 23:52:09 +0000 (23:52 +0000)
commit1a3abcb648565b1c521c41d49ecd7c93a45c6d97
tree6fec86e244cd7944a53f1c99c4b829a5af733788
parentc58a3a10a91f0c0c2debc2c386bfeee8184e0f86
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!
Misc/NEWS
Tools/scripts/md5sum.py