]> granicus.if.org Git - python/commitdiff
describe the change merged in r66285
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 7 Sep 2008 06:29:10 +0000 (06:29 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 7 Sep 2008 06:29:10 +0000 (06:29 +0000)
Misc/NEWS

index cacbef47806386959c269bd1c18d39d226a57391..198e266aeb03087a2bc719f50c06297d1cc22f06 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
 -----