mirror of
https://github.com/python/cpython.git
synced 2025-12-09 10:37:17 +00:00
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:
parent
c58a3a10a9
commit
1a3abcb648
2 changed files with 17 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue