[Python-checkins] python/dist/src/Misc NEWS,1.581,1.582
loewis@users.sourceforge.net
loewis@users.sourceforge.net
2002年12月31日 05:11:57 -0800
- Previous message: [Python-checkins] python/dist/src/Lib macpath.py,1.41,1.42 ntpath.py,1.52,1.53 os2emxpath.py,1.7,1.8 posixpath.py,1.55,1.56
- Next message: [Python-checkins] python/dist/src/Misc NEWS,1.582,1.583
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv1176/Misc
Modified Files:
NEWS
Log Message:
Patch #658927: Add getctime to os.path.
Document that getatime and getmtime may return floats.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.581
retrieving revision 1.582
diff -C2 -d -r1.581 -r1.582
*** NEWS 31 Dec 2002 12:55:14 -0000 1.581
--- NEWS 31 Dec 2002 13:11:54 -0000 1.582
***************
*** 464,467 ****
--- 464,469 ----
-------
+ - os.path exposes getctime.
+
- unittest.py now has two additional methods called assertAlmostEqual()
and failIfAlmostEqual(). They implement an approximate comparision
- Previous message: [Python-checkins] python/dist/src/Lib macpath.py,1.41,1.42 ntpath.py,1.52,1.53 os2emxpath.py,1.7,1.8 posixpath.py,1.55,1.56
- Next message: [Python-checkins] python/dist/src/Misc NEWS,1.582,1.583
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]