]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Moved Misc/NEWS entry to right section.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 2 Dec 2014 07:13:10 +0000 (09:13 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 2 Dec 2014 07:13:10 +0000 (09:13 +0200)
Misc/NEWS

index 05e9767959aa4d385fc9123e73830f8cbe478f60..c88adc0087e8e304c4d6b8513b207c1add516c95 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -403,8 +403,6 @@ Library
 - Issue #17442: InteractiveInterpreter now displays the full chained traceback
   in its showtraceback method, to match the built in interactive interpreter.
 
-- Issue #22314: pydoc now works when the LINES environment variable is set.
-
 - Issue #10510: distutils register and upload methods now use HTML standards
   compliant CRLF line endings.
 
@@ -1469,6 +1467,8 @@ Tests
 Tools/Demos
 -----------
 
+- Issue #22314: pydoc now works when the LINES environment variable is set.
+
 - Issue #22615: Argument Clinic now supports the "type" argument for the
   int converter.  This permits using the int converter with enums and
   typedefs.