Bug #293998 - Use OSError.errno instead of trying to subscript the exception
authorZac Medico <zmedico@gentoo.org>
Sun, 22 Nov 2009 01:58:05 +0000 (01:58 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 22 Nov 2009 01:58:05 +0000 (01:58 -0000)
commitc288717b899043fbea62c3f743e5d56d6751d1e6
tree693332ff828baa0667ef99e2f58da97c9011dc8e
parent4b627a140461e498a74ca3ff0122ee2881400e8b
Bug #293998 - Use OSError.errno instead of trying to subscript the exception
when handling errno.EXDEV in movefile(), since exceptions do not support
subscripting in python3.

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