diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-01-30 22:26:49 +0000 |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-01-30 22:26:49 +0000 |
commit | b5787ef7b46c2a328eeef62c71404d07eda37844 (patch) | |
tree | 75f1dabfa4c94e9f5051d80049b748a3b72e13b2 | |
parent | 05361bab895934645dcb700fdfa3f69290d804c6 (diff) | |
download | cpython-git-b5787ef7b46c2a328eeef62c71404d07eda37844.tar.gz |
Updated NEWS with fix for #17028.
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -891,6 +891,9 @@ Documentation Tools/Demos ----------- +- Issue #17028: Allowed Python arguments to be supplied to the Windows + launcher. + - 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 improper indentation. pindent.py now works with continued lines broken after |