[Python-checkins] python/dist/src/Misc NEWS,1.1202,1.1203

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Dec 5 06:20:45 CET 2004


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

Modified Files:
	NEWS 
Log Message:
Removed the deprecated bin parameter from the pickle module.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1202
retrieving revision 1.1203
diff -u -d -r1.1202 -r1.1203
--- NEWS	5 Dec 2004 04:55:14 -0000	1.1202
+++ NEWS	5 Dec 2004 05:20:42 -0000	1.1203
@@ -21,6 +21,8 @@
 Library
 -------
 
+- the pickle module no longer uses the deprecated bin parameter.
+
 - the depecated statcache module was removed.
 
 - the shelve module no longer uses the deprecated binary parameter.



More information about the Python-checkins mailing list