]> granicus.if.org Git - python/commitdiff
Issue #21668: Fix author of the patch.
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 20 Apr 2016 07:58:12 +0000 (09:58 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 20 Apr 2016 07:58:12 +0000 (09:58 +0200)
Sorry, it was hard to retrieve the original author of the patch in this issue
with a long history and many authors.

Misc/NEWS

index b144861d461d0183a35b80487a6e499a61503e77..16545412bf1fa19f94d4ae2370fd9d1c31e1a885 100644 (file)
--- 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.