From b5787ef7b46c2a328eeef62c71404d07eda37844 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Wed, 30 Jan 2013 22:26:49 +0000 Subject: [PATCH] Updated NEWS with fix for #17028. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.0