diff options
author | Raymond Hettinger <python@rcn.com> | 2003-08-25 04:39:55 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-08-25 04:39:55 (GMT) |
commit | e41d4c8ec9b837bd85a1c108b778bed81a86a0db (patch) | |
tree | a3c60cf73436212b82c30dc55b895bb3398e81ad /Misc | |
parent | 999b57c872fe3bf3b5df347c21bcf42bb393a186 (diff) | |
download | cpython-e41d4c8ec9b837bd85a1c108b778bed81a86a0db.zip cpython-e41d4c8ec9b837bd85a1c108b778bed81a86a0db.tar.gz cpython-e41d4c8ec9b837bd85a1c108b778bed81a86a0db.tar.bz2 |
Added doubled word warnings.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -55,6 +55,8 @@ Library Tools/Demos ----------- +- texcheck.py now detects double word errors. + - 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 |