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

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Mon, 05 Aug 2002 07:17:23 -0700


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

Modified Files:
	NEWS 
Log Message:
Add a small description of PEP 263.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.451
retrieving revision 1.452
diff -C2 -d -r1.451 -r1.452
*** NEWS	4 Aug 2002 17:29:52 -0000	1.451
--- NEWS	5 Aug 2002 14:17:20 -0000	1.452
***************
*** 7,11 ****
  Core and builtins
  
! - Encoding declarations (PEP 263, phase 1) have been implemented.
  
  - list.sort() has a new implementation.  While cross-platform results
--- 7,13 ----
  Core and builtins
  
! - Encoding declarations (PEP 263, phase 1) have been implemented.  A
!   comment of the form "# -*- coding: <encodingname> -*-" in the first
!   or second line of a Python source file indicates the encoding.
  
  - list.sort() has a new implementation.  While cross-platform results