When integer mtime is desired, use stat_obj[stat.ST_MTIME] instead of the
authorZac Medico <zmedico@gentoo.org>
Mon, 21 Dec 2009 03:05:41 +0000 (03:05 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 21 Dec 2009 03:05:41 +0000 (03:05 -0000)
commit0ddf14312e045676c93374b15c8e89c38ebd38fa
tree108f8a34488124262e052af64a0af0622bb92b7c
parentd67fece1b741c0aae609436cd83ac0d2c448092c
When integer mtime is desired, use stat_obj[stat.ST_MTIME] instead of the
float st_mtime in order to avoid rounding *up* in some rare cases.

svn path=/main/trunk/; revision=15126
pym/portage/cache/flat_list.py