summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Reedy <tjreedy@udel.edu>2010-12-29 19:02:07 (GMT)
committerTerry Reedy <tjreedy@udel.edu>2010-12-29 19:02:07 (GMT)
commit74901007a5d5b568ce7b3c947b962c1470ad841f (patch)
treed6d257d62b41a041dcd445423bebb38bf2ae241b
parent4c1da4c2a86769383500a10904c75e43e7ad1137 (diff)
downloadcpython-74901007a5d5b568ce7b3c947b962c1470ad841f.zip
cpython-74901007a5d5b568ce7b3c947b962c1470ad841f.tar.gz
cpython-74901007a5d5b568ce7b3c947b962c1470ad841f.tar.bz2
Minor clarification
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b4e4cf9..111452a 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.