[Python-checkins] python/dist/src/Misc NEWS,1.1204,1.1205
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Sun Dec 5 12:38:21 CET 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14563/Misc
Modified Files:
NEWS
Log Message:
Removed deprecated tzparse module.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1204
retrieving revision 1.1205
diff -u -d -r1.1204 -r1.1205
--- NEWS 5 Dec 2004 09:25:49 -0000 1.1204
+++ NEWS 5 Dec 2004 11:38:18 -0000 1.1205
@@ -25,6 +25,8 @@
Library
-------
+- the deprecated tzparse module was removed.
+
- the pickle module no longer uses the deprecated bin parameter.
- the depecated statcache module was removed.
More information about the Python-checkins
mailing list