]> granicus.if.org Git - python/commitdiff
IDLE support for PEP 263.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 5 Aug 2002 15:11:26 +0000 (15:11 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 5 Aug 2002 15:11:26 +0000 (15:11 +0000)
Misc/NEWS

index df0f8a317807525312eb121007a24bddafc16456..3fa0f0a8704f0c8b6bdee66c2958b700cdbca018 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -331,6 +331,11 @@ 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.
+
 - freeze.py now produces binaries which can import shared modules,
   unlike before when this failed due to missing symbol exports in
   the generated binary.