From: Vinay Sajip Date: Wed, 30 Jan 2013 22:26:49 +0000 (+0000) Subject: Updated NEWS with fix for #17028. X-Git-Tag: v3.4.0a1~1493 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5787ef7b46c2a328eeef62c71404d07eda37844;p=thirdparty%2FPython%2Fcpython.git Updated NEWS with fix for #17028. --- diff --git a/Misc/NEWS b/Misc/NEWS index 8036cbb8f609..baecbce2d6fb 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