[Python-checkins] r79343 - python/branches/release26-maint/Misc/NEWS
florent.xicluna
python-checkins at python.org
Tue Mar 23 14:32:35 CET 2010
Author: florent.xicluna
Date: Tue Mar 23 14:32:34 2010
New Revision: 79343
Log:
Move entry for r79342 to the right section.
Modified:
python/branches/release26-maint/Misc/NEWS
Modified: python/branches/release26-maint/Misc/NEWS
==============================================================================
--- python/branches/release26-maint/Misc/NEWS (original)
+++ python/branches/release26-maint/Misc/NEWS Tue Mar 23 14:32:34 2010
@@ -23,6 +23,8 @@
Library
-------
+- Issue #7667: Fix doctest failures with non-ASCII paths.
+
- Issue #7624: Fix isinstance(foo(), collections.Callable) for old-style
classes.
@@ -62,11 +64,6 @@
variable anymore. It also forwards the LDFLAGS settings to the linker
when building a shared library.
-Tests
------
-
-- Issue #7667: Fix doctest failures with non-ASCII paths.
-
What's New in Python 2.6.5?
===========================
More information about the Python-checkins
mailing list