From: Andrew M. Kuchling Date: Wed, 9 Aug 2006 18:23:14 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.5c1~106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=faeeab7ed76060d96743d0c63ab7416d46b82f6e;p=python Typo fix --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 412c7a17e6..40808c9348 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,7 +3,7 @@ What's New in IDLE 1.2c1? *Release date: XX-AUG-2006* -- When used w/o subprocess, all exceptions were preceeded by an error +- When used w/o subprocess, all exceptions were preceded by an error message claiming they were IDLE internal errors (since 1.2a1). What's New in IDLE 1.2b3?