changeset: 95022:ed34dd00405e user: Robert Collins date: Wed Mar 18 09:59:33 2015 +1300 files: Misc/NEWS description: Fix patch attribution for issue 18983. diff -r 1ebf8d5b7d60 -r ed34dd00405e Misc/NEWS --- a/Misc/NEWS Wed Mar 18 09:54:50 2015 +1300 +++ b/Misc/NEWS Wed Mar 18 09:59:33 2015 +1300 @@ -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.