From: Victor Stinner Date: Wed, 20 Apr 2016 07:58:12 +0000 (+0200) Subject: Issue #21668: Fix author of the patch. X-Git-Tag: v3.6.0a1~157 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61f68dbd17aa45472a5e47671d12d719495025a3;p=thirdparty%2FPython%2Fcpython.git Issue #21668: Fix author of the patch. Sorry, it was hard to retrieve the original author of the patch in this issue with a long history and many authors. --- diff --git a/Misc/NEWS b/Misc/NEWS index b144861d461d..16545412bf1f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -999,7 +999,7 @@ Build ----- - Issue #21668: Link audioop, _datetime, _ctypes_test modules to libm, - except on Mac OS X. Patch written by Xavier de Gaye. + except on Mac OS X. Patch written by Chi Hsuan Yen. - Issue #25702: A --with-lto configure option has been added that will enable link time optimizations at build time during a make profile-opt.