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

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Mon, 05 Aug 2002 08:24:22 -0700


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

Modified Files:
	NEWS 
Log Message:
Typo:  "now" --> "the new"


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.453
retrieving revision 1.454
diff -C2 -d -r1.453 -r1.454
*** NEWS	5 Aug 2002 15:11:26 -0000	1.453
--- NEWS	5 Aug 2002 15:24:19 -0000	1.454
***************
*** 332,339 ****
  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,
--- 332,339 ----
  Tools/Demos
  
! - 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,