diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-04-20 07:58:12 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-04-20 07:58:12 (GMT) |
commit | 61f68dbd17aa45472a5e47671d12d719495025a3 (patch) | |
tree | 59f68f3df7e07093cc27792f8990f14f0aac6757 | |
parent | 614827c1497701e4fe45d5cd55552ebfaa5d924c (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |