[Python-checkins] python/dist/src/Misc NEWS,1.1200,1.1201

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Dec 5 04:58:22 CET 2004


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

Modified Files:
	NEWS 
Log Message:
Removed deprecated method arguments from the shelve module.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1200
retrieving revision 1.1201
diff -u -d -r1.1200 -r1.1201
--- NEWS	5 Dec 2004 03:28:00 -0000	1.1200
+++ NEWS	5 Dec 2004 03:58:17 -0000	1.1201
@@ -21,6 +21,8 @@
 Library
 -------
 
+- the shelve module no longer uses the deprecated binary parameter.
+
 - the pstats module no longer uses the deprecated ignore() method.
 
 - the filecmp module no longer uses the deprecated use_statcache argument.



More information about the Python-checkins mailing list