From: Meador Inge Date: Sat, 14 Jan 2012 15:32:41 +0000 (-0600) Subject: Issue #13725: Add a NEWS entry. X-Git-Tag: v3.2.3rc1~183 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f37c1989b1d0f95bcb8981ff8a5e908423f42db0;p=thirdparty%2FPython%2Fcpython.git Issue #13725: Add a NEWS entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index 629dbcc9eb72..7819745e9df0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -352,6 +352,9 @@ Tools/Demos Tests ----- +- Issue #13725: Fix regrtest to recognize the documented -d flag. + Patch by Erno Tukia. + - Issue #13304: Skip test case if user site-packages disabled (-s or PYTHONNOUSERSITE). (Patch by Carl Meyer)