[Python-checkins] python/dist/src/Misc NEWS,1.1188,1.1189
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Thu Nov 18 10:41:49 CET 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17509
Modified Files:
NEWS
Log Message:
Mark PyRange_New() as deprecated.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1188
retrieving revision 1.1189
diff -u -d -r1.1188 -r1.1189
--- NEWS 13 Nov 2004 16:18:32 -0000 1.1188
+++ NEWS 18 Nov 2004 09:41:45 -0000 1.1189
@@ -55,7 +55,8 @@
C API
-----
-...
+- The PyRange_New() function is deprecated.
+
Documentation
-------------
More information about the Python-checkins
mailing list