Minor clarification

This commit is contained in:
Terry Reedy 2010-12-29 19:02:07 +00:00
parent 4c1da4c2a8
commit 74901007a5
1 changed files with 2 additions and 2 deletions

View File

@ -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.