[Python-checkins] python/dist/src/Misc NEWS,1.1229,1.1230

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sun Jan 23 10:19:24 CET 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19682/Misc

Modified Files:
	NEWS 
Log Message:
Truncate st_?time before comparing it with ST_?TIME in the tests.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1229
retrieving revision 1.1230
diff -u -d -r1.1229 -r1.1230
--- NEWS	20 Jan 2005 19:20:16 -0000	1.1229
+++ NEWS	23 Jan 2005 09:19:20 -0000	1.1230
@@ -151,6 +151,7 @@
 Tests
 -----
 
+- In test_os, st_?time is now truncated before comparing it with ST_?TIME.
 
 Mac
 ---



More information about the Python-checkins mailing list