diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-09-07 06:29:10 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-09-07 06:29:10 (GMT) |
commit | 207f2113d87d226147ed559de86f116c4cc6f6f3 (patch) | |
tree | 74bd1d99392ff59376b2173765becb1718b3dfe2 | |
parent | 9e20777f7383d1bdb2ed424e0dcf6be6f5fe7e95 (diff) | |
download | cpython-207f2113d87d226147ed559de86f116c4cc6f6f3.zip cpython-207f2113d87d226147ed559de86f116c4cc6f6f3.tar.gz cpython-207f2113d87d226147ed559de86f116c4cc6f6f3.tar.bz2 |
describe the change merged in r66285
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -82,6 +82,10 @@ Core and Builtins - bytes(o) now tries to use o.__bytes__() before using fallbacks. +- Issue #1204: The configure script now tests for additional libraries + that may be required when linking against readline. This fixes issues + with x86_64 builds on some platforms (a few Linux flavors and OpenBSD). + C API ----- |