From: Terry Jan Reedy Date: Mon, 1 Dec 2014 22:16:43 +0000 (-0500) Subject: Remove spurious header in middle of Library section. X-Git-Tag: v3.5.0a1~395^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4c00d3a5cc82cc53ae655d2c5825eb5d91cd76e;p=thirdparty%2FPython%2Fcpython.git Remove spurious header in middle of Library section. I suspect this was leftover from a merge conflict resolution. --- diff --git a/Misc/NEWS b/Misc/NEWS index b03af9f6a3e3..f116674871f9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -399,9 +399,6 @@ Library - Issue #17442: InteractiveInterpreter now displays the full chained traceback in its showtraceback method, to match the built in interactive interpreter. -Tools/Demos ------------ - - Issue #22314: pydoc now works when the LINES environment variable is set. - Issue #10510: distutils register and upload methods now use HTML standards