[Python-checkins] python/dist/src/Misc NEWS,1.452,1.453

loewis@users.sourceforge.net loewis@users.sourceforge.net
Mon, 05 Aug 2002 08:11:29 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv25063/Misc

Modified Files:
	NEWS 
Log Message:
IDLE support for PEP 263.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.452
retrieving revision 1.453
diff -C2 -d -r1.452 -r1.453
*** NEWS	5 Aug 2002 14:17:20 -0000	1.452
--- NEWS	5 Aug 2002 15:11:26 -0000	1.453
***************
*** 332,335 ****
--- 332,340 ----
  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