In movefile(), always use stat_obj[stat.ST_MTIME] for the integral timestamp
authorZac Medico <zmedico@gentoo.org>
Wed, 9 Dec 2009 22:11:22 +0000 (22:11 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 9 Dec 2009 22:11:22 +0000 (22:11 -0000)
commitded920f3592e35452217857ab562bc99d1c9317d
tree73fc4bbd6816846a5d24d451aedc14f65435906c
parentf912b83a4a4e74296d2275b483ddecd52636ae52
In movefile(), always use stat_obj[stat.ST_MTIME] for the integral timestamp
which is returned, since the stat_obj.st_mtime float attribute rounds *up* if
the nanosecond part of the timestamp is 999999881 ns or greater.

svn path=/main/trunk/; revision=14995
pym/portage/__init__.py