[Python-checkins] python/dist/src/Misc NEWS,1.1226,1.1227
loewis at users.sourceforge.net
loewis at users.sourceforge.net
Sun Jan 16 09:57:43 CET 2005
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22162/Misc
Modified Files:
NEWS
Log Message:
Default stat_float_times to true.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1226
retrieving revision 1.1227
diff -u -d -r1.1226 -r1.1227
--- NEWS 16 Jan 2005 08:40:58 -0000 1.1226
+++ NEWS 16 Jan 2005 08:57:28 -0000 1.1227
@@ -22,6 +22,8 @@
Extension Modules
-----------------
+- stat_float_times is now True.
+
- array.array objects are now picklable.
- the cPickle module no longer accepts the deprecated None option in the
More information about the Python-checkins
mailing list