[Python-3000-checkins] r66287 - python/branches/py3k/Misc/NEWS

gregory.p.smith python-3000-checkins at python.org
Sun Sep 7 08:29:11 CEST 2008


Author: gregory.p.smith
Date: Sun Sep  7 08:29:10 2008
New Revision: 66287

Log:
describe the change merged in r66285


Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Sun Sep  7 08:29:10 2008
@@ -82,6 +82,10 @@
 
 - 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
 -----
 


More information about the Python-3000-checkins mailing list