when a users install GNU libtool early in his PATH
-compatibility_version $(VERSION) \
-current_version $(VERSION); \
else \
- libtool -o $(LDLIBRARY) -dynamic $(OTHER_LIBTOOL_OPT) $(LIBRARY) \
+ /usr/bin/libtool -o $(LDLIBRARY) -dynamic $(OTHER_LIBTOOL_OPT) $(LIBRARY) \
@LIBTOOL_CRUFT@ ;\
fi
$(INSTALL) -d -m $(DIRMODE) \
- Fix test_pty.py to not hang on OS X (and theoretically other *nixes) when
run in verbose mode.
+- Bug #1693258: IDLE would show two "Preferences" menu's with some versions
+ of Tcl/Tk
+
Extension Modules
-----------------
- Bug #1569057: Document that calling file.next() on a file open for writing
has undefined behaviour. Backport of r54712.
+Build
+-----
+
+- Patch #1673122: Use an explicit path to libtool when building a framework.
+ This avoids picking up GNU libtool from a users PATH.
+
What's New in Python 2.5.1?
=============================