[Python-checkins] python/dist/src/Misc NEWS,1.1334,1.1335

rhettinger@users.sourceforge.net rhettinger at users.sourceforge.net
Tue Aug 16 05:48:01 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
Add a C API for sets and frozensets.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1334
retrieving revision 1.1335
diff -u -d -r1.1334 -r1.1335
--- NEWS	15 Aug 2005 18:14:18 -0000	1.1334
+++ NEWS	16 Aug 2005 03:47:51 -0000	1.1335
@@ -439,6 +439,8 @@
 C API
 -----
 
+- Added a C API for set and frozenset objects.
+
 - Removed PyRange_New().
 
 



More information about the Python-checkins mailing list