https://hg.python.org/cpython/rev/ed34dd00405e changeset: 95022:ed34dd00405e user: Robert Collins <rbtcollins at hp.com> date: Wed Mar 18 09:59:33 2015 +1300 summary: Fix patch attribution for issue 18983. files: Misc/NEWS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -19,7 +19,7 @@ ------- - 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. -- Repository URL: https://hg.python.org/cpython