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:10 +0000 (04:01 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 24 Dec 2009 04:01:10 +0000 (04:01 -0000)
commitf281c83e07a05c32baf782bb9d792435f73003ff
treeed80a15217e77489e68d28f013338fc2d82fc927
parent9bc6adcbcf90186447aa2eba8415dbb501dc040f
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 r15125)

svn path=/main/branches/2.1.7/; revision=15137
12 files changed:
pym/_emerge/BinpkgFetcher.py
pym/_emerge/actions.py
pym/_emerge/main.py
pym/portage/__init__.py
pym/portage/cache/flat_hash.py
pym/portage/cache/metadata.py
pym/portage/cvstree.py
pym/portage/dbapi/bintree.py
pym/portage/dbapi/porttree.py
pym/portage/dbapi/vartree.py
pym/portage/eclass_cache.py
pym/portage/update.py