When integer mtime is desired, use stat_obj[stat.ST_MTIME] instead of the
authorZac Medico <zmedico@gentoo.org>
Thu, 24 Dec 2009 04:01:27 +0000 (04:01 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 24 Dec 2009 04:01:27 +0000 (04:01 -0000)
commitb71611276db87b7ed83791cafe568e89932ec17a
treeb180db7d3feb4afc6ac503e40ac386df3f4279b6
parentf281c83e07a05c32baf782bb9d792435f73003ff
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.
(trunk r15126)

svn path=/main/branches/2.1.7/; revision=15138
pym/portage/cache/flat_list.py