summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-04-20 07:58:12 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2016-04-20 07:58:12 (GMT)
commit61f68dbd17aa45472a5e47671d12d719495025a3 (patch)
tree59f68f3df7e07093cc27792f8990f14f0aac6757
parent614827c1497701e4fe45d5cd55552ebfaa5d924c (diff)
downloadcpython-61f68dbd17aa45472a5e47671d12d719495025a3.zip
cpython-61f68dbd17aa45472a5e47671d12d719495025a3.tar.gz
cpython-61f68dbd17aa45472a5e47671d12d719495025a3.tar.bz2
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.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b144861..1654541 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.