[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
- Previous message: [Python-checkins] python/dist/src/Include errcode.h,2.14,2.15 graminit.h,2.19,2.20
- Next message: [Python-checkins] python/dist/src/Parser tokenizer_pgen.c,NONE,2.1 parsetok.c,2.32,2.33 tokenizer.c,2.54,2.55 tokenizer.h,2.16,2.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Python-checkins] python/dist/src/Include errcode.h,2.14,2.15 graminit.h,2.19,2.20
- Next message: [Python-checkins] python/dist/src/Parser tokenizer_pgen.c,NONE,2.1 parsetok.c,2.32,2.33 tokenizer.c,2.54,2.55 tokenizer.h,2.16,2.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]