describe the change merged in r66285

This commit is contained in:
Gregory P. Smith 2008-09-07 06:29:10 +00:00
parent 9e20777f73
commit 207f2113d8
1 changed files with 4 additions and 0 deletions

View File

@ -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
-----