In movefile(), always use stat_obj[stat.ST_MTIME] for the integral timestamp
authorZac Medico <zmedico@gentoo.org>
Thu, 10 Dec 2009 01:05:13 +0000 (01:05 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 10 Dec 2009 01:05:13 +0000 (01:05 -0000)
commit83c08281872aef17ff58bfc14f7090e8beb7c38f
tree948ca5d96fdb97c2febb37911d44ff6eaa344d1f
parent7eccd2f7ae59c0df1c208ea40524a6eff3aafc18
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. (trunk r14995)

svn path=/main/branches/2.1.7/; revision=15011
pym/portage/__init__.py