diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-12-24 15:46:44 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-12-24 15:46:44 (GMT) |
commit | 72420ff3ce08090c51c99ddb1a3159b195d36bf5 (patch) | |
tree | 1818a81f17d1823845c17c849e55349931df3a2d /Misc/NEWS | |
parent | 347f9c745707e5d55d261434c4c4affc3bbb4c85 (diff) | |
download | cpython-72420ff3ce08090c51c99ddb1a3159b195d36bf5.zip cpython-72420ff3ce08090c51c99ddb1a3159b195d36bf5.tar.gz cpython-72420ff3ce08090c51c99ddb1a3159b195d36bf5.tar.bz2 |
Mention PATHEXT and removed Misc dirs; clarify wording of a NEWS entry.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3500,8 +3500,8 @@ Tools/Demos - Issue #17028: Allowed Python arguments to be supplied to the Windows launcher. -- Issue #17156: pygettext.py now uses an encoding of source file and correctly - writes and escapes non-ascii characters. +- Issue #17156: pygettext.py now detects the encoding of source files and + correctly writes and escapes non-ascii characters. - Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. Now pindent.py works with a "with" statement. pindent.py no longer produces |