summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-01-30 22:26:49 +0000
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-01-30 22:26:49 +0000
commitb5787ef7b46c2a328eeef62c71404d07eda37844 (patch)
tree75f1dabfa4c94e9f5051d80049b748a3b72e13b2
parent05361bab895934645dcb700fdfa3f69290d804c6 (diff)
downloadcpython-git-b5787ef7b46c2a328eeef62c71404d07eda37844.tar.gz
Updated NEWS with fix for #17028.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8036cbb8f6..baecbce2d6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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