diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |