[Python-checkins] r87569 - python/branches/py3k/Misc/NEWS

terry.reedy python-checkins at python.org
Wed Dec 29 20:02:09 CET 2010


Author: terry.reedy
Date: Wed Dec 29 20:02:07 2010
New Revision: 87569

Log:
Minor clarification


Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Wed Dec 29 20:02:07 2010
@@ -1601,8 +1601,8 @@
 
 - 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.
 


More information about the Python-checkins mailing list