[Python-checkins] python/dist/src/Misc NEWS,1.1392,1.1393

nnorwitz@users.sourceforge.net nnorwitz at users.sourceforge.net
Fri Oct 21 08:32:05 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10156/Misc

Modified Files:
	NEWS 
Log Message:
add some notes about recent checkins

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1392
retrieving revision 1.1393
diff -u -d -r1.1392 -r1.1393
--- NEWS	21 Oct 2005 06:26:10 -0000	1.1392
+++ NEWS	21 Oct 2005 06:32:02 -0000	1.1393
@@ -12,6 +12,10 @@
 Core and builtins
 -----------------
 
+- Speed up some Unicode operations.
+
+- A new AST parser implementation was completed.
+
 - SF bug #1167751: fix incorrect code being for generator expressions.
   The following code now raises a SyntaxError:  foo(a = i for i in range(10))
 
@@ -165,6 +169,8 @@
 Extension Modules
 -----------------
 
+- Get bsddb module to build with BSD DB version 3.2
+
 - Patch #1309009, Fix segfault in pyexpat when the XML document is in latin_1,
   but Python incorrectly assumes it is in UTF-8 format
 



More information about the Python-checkins mailing list