diff options
author | Terry Reedy <tjreedy@udel.edu> | 2010-12-29 19:02:07 (GMT) |
---|---|---|
committer | Terry Reedy <tjreedy@udel.edu> | 2010-12-29 19:02:07 (GMT) |
commit | 74901007a5d5b568ce7b3c947b962c1470ad841f (patch) | |
tree | d6d257d62b41a041dcd445423bebb38bf2ae241b | |
parent | 4c1da4c2a86769383500a10904c75e43e7ad1137 (diff) | |
download | cpython-74901007a5d5b568ce7b3c947b962c1470ad841f.zip cpython-74901007a5d5b568ce7b3c947b962c1470ad841f.tar.gz cpython-74901007a5d5b568ce7b3c947b962c1470ad841f.tar.bz2 |
Minor clarification
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |