From: Terry Reedy Date: Wed, 29 Dec 2010 19:02:07 +0000 (+0000) Subject: Minor clarification X-Git-Tag: v3.2rc1~284 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74901007a5d5b568ce7b3c947b962c1470ad841f;p=thirdparty%2FPython%2Fcpython.git Minor clarification --- diff --git a/Misc/NEWS b/Misc/NEWS index b4e4cf96f88d..111452a1041d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1601,8 +1601,8 @@ Library - Issue #8230: Fix Lib/test/sortperf.py. -- Issue #8620: when a Cmd is fed input that reaches EOF without a final newline, - it no longer truncates the last character of the last command line. +- Issue #8620: when a cmd.Cmd() is fed input that reaches EOF without a final + newline, it no longer truncates the last character of the last command line. - Issue #5146: Handle UID THREAD command correctly in imaplib.