From: Robert Collins Date: Tue, 17 Mar 2015 20:59:33 +0000 (+1300) Subject: Fix patch attribution for issue 18983. X-Git-Tag: v3.5.0a3~159 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b28de01992fb2f1ab5c210157f719f74d3ea015a;p=thirdparty%2FPython%2Fcpython.git Fix patch attribution for issue 18983. --- diff --git a/Misc/NEWS b/Misc/NEWS index dcc988f47dd3..328b8d54afcf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -19,7 +19,7 @@ Library ------- - Issue #18983: Allow selection of output units in timeit. - Patch by Serhiy Storchaka. + Patch by Julian Gindi. - Issue #23631: Fix traceback.format_list when a traceback has been mutated.