From: Chris Jerdonek Date: Fri, 22 Feb 2013 03:02:38 +0000 (-0800) Subject: Issue #17203: add long option names to unittest discovery docs. X-Git-Tag: v3.4.0a1~1342 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e787c9c98170addb25be0ca7bba9715f4e27ef31;p=thirdparty%2FPython%2Fcpython.git Issue #17203: add long option names to unittest discovery docs. --- e787c9c98170addb25be0ca7bba9715f4e27ef31 diff --cc Misc/NEWS index 541b1f7d6b45,d713650c39f3..c91c3dd4a1ed --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -1064,9 -810,6 +1066,9 @@@ Documentatio Tools/Demos ----------- - - Issue #17028: Allowed Python arguments to be supplied to the Windows ++- 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