]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Minor clarification
authorTerry Reedy <tjreedy@udel.edu>
Wed, 29 Dec 2010 19:02:07 +0000 (19:02 +0000)
committerTerry Reedy <tjreedy@udel.edu>
Wed, 29 Dec 2010 19:02:07 +0000 (19:02 +0000)
Misc/NEWS

index b4e4cf96f88d8cd1748045c5d85e27e88c7145bb..111452a1041db6292c94bb9054503fa99a1d3017 100644 (file)
--- 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.