Move entry for r79342 to the right section.

This commit is contained in:
Florent Xicluna 2010-03-23 13:32:34 +00:00
parent 61b9c3ed5f
commit d9137c6a3e
1 changed files with 2 additions and 5 deletions

View File

@ -23,6 +23,8 @@ Core and Builtins
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 @@ Build
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?
===========================