summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-01-23 09:19:22 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-01-23 09:19:22 (GMT)
commit4d394dfebbcf00e7eec74ee5f4c1b149b3744a91 (patch)
treed64b9e915baa44448f28c7da48e38884367a48a9 /Misc/NEWS
parent1083c248dfc55dde9901919e69bcb7fb29fbb7bf (diff)
downloadcpython-4d394dfebbcf00e7eec74ee5f4c1b149b3744a91.zip
cpython-4d394dfebbcf00e7eec74ee5f4c1b149b3744a91.tar.gz
cpython-4d394dfebbcf00e7eec74ee5f4c1b149b3744a91.tar.bz2
Truncate st_?time before comparing it with ST_?TIME in the tests.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ec8570b..cad22cd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -151,6 +151,7 @@ C API
Tests
-----
+- In test_os, st_?time is now truncated before comparing it with ST_?TIME.
Mac
---