From: Florent Xicluna Date: Tue, 23 Mar 2010 13:32:34 +0000 (+0000) Subject: Move entry for r79342 to the right section. X-Git-Tag: v2.6.6rc1~541 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9137c6a3e7d3dc18bbacde08c4bc438263e0999;p=python Move entry for r79342 to the right section. --- diff --git a/Misc/NEWS b/Misc/NEWS index edb0a4b178..588e05ba07 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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? ===========================