commit | ce75105e10a88623333c6e5c0a1597e48800742e | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Jan 24 00:32:12 2014 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Jan 24 00:32:12 2014 -0500 |
tree | bba06d7a1b6d8e5f6b04289da5fc27aa1a051805 | |
parent | eb7ef94166a74f99f8a0e3f86e40bcf41603d125 [diff] [blame] |
use new readline function types (closes #20374)
diff --git a/Misc/NEWS b/Misc/NEWS index 506a0c0..3a2d2da 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -38,6 +38,8 @@ Library ------- +- Issue #20374: Fix build with GNU readline >= 6.3. + - Issue #14548: Make multiprocessing finalizers check pid before running to cope with possibility of gc running just after fork. (Backport from 3.x.)