From 74901007a5d5b568ce7b3c947b962c1470ad841f Mon Sep 17 00:00:00 2001 From: Terry Reedy Date: Wed, 29 Dec 2010 19:02:07 +0000 Subject: [PATCH] Minor clarification --- Misc/NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index b4e4cf96f88..111452a1041 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.