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

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sun, 04 Aug 2002 10:29:54 -0700


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

Modified Files:
	NEWS 
Log Message:
Patch #534304: Implement phase 1 of PEP 263.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.450
retrieving revision 1.451
diff -C2 -d -r1.450 -r1.451
*** NEWS	4 Aug 2002 07:25:58 -0000	1.450
--- NEWS	4 Aug 2002 17:29:52 -0000	1.451
***************
*** 7,10 ****
--- 7,12 ----
  Core and builtins
  
+ - Encoding declarations (PEP 263, phase 1) have been implemented.
+ 
  - list.sort() has a new implementation.  While cross-platform results
    may vary, and in data-dependent ways, this is much faster on many