summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-12-31 13:11:54 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-12-31 13:11:54 (GMT)
commit96a60e4af574d72f14ad70fc4db5986e1ad42aa5 (patch)
tree0e3b149954bb3f9df9257694f9a1e7d356e7ec7a /Misc
parent24a880b499a53436de52ef9ef107db001e59e24b (diff)
downloadcpython-96a60e4af574d72f14ad70fc4db5986e1ad42aa5.zip
cpython-96a60e4af574d72f14ad70fc4db5986e1ad42aa5.tar.gz
cpython-96a60e4af574d72f14ad70fc4db5986e1ad42aa5.tar.bz2
Patch #658927: Add getctime to os.path.
Document that getatime and getmtime may return floats.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a5dbd94..1efaf45 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -463,6 +463,8 @@ Extension modules
Library
-------
+- os.path exposes getctime.
+
- unittest.py now has two additional methods called assertAlmostEqual()
and failIfAlmostEqual(). They implement an approximate comparision
by rounding the difference between the two arguments and comparing