]> granicus.if.org Git - python/commitdiff
Typo: "now" --> "the new"
authorFred Drake <fdrake@acm.org>
Mon, 5 Aug 2002 15:24:19 +0000 (15:24 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 5 Aug 2002 15:24:19 +0000 (15:24 +0000)
Misc/NEWS

index 3fa0f0a8704f0c8b6bdee66c2958b700cdbca018..19b3651869b78ae23c8488b0eb320001ed00d4e5 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -331,10 +331,10 @@ Library
 
 Tools/Demos
 
-- IDLE supports now encoding declarations (PEP 263); it can also deal
-  with legacy 8-bit files if they use the locale's encoding. It allows
-  non-ASCII strings in the interactive shell and executes them in the
-  locale's encoding.
+- IDLE supports the new encoding declarations (PEP 263); it can also
+  deal with legacy 8-bit files if they use the locale's encoding. It
+  allows non-ASCII strings in the interactive shell and executes them
+  in the locale's encoding.
 
 - freeze.py now produces binaries which can import shared modules,
   unlike before when this failed due to missing symbol exports in