Bug #293998 - Use OSError.errno instead of trying to subscript the exception
authorZac Medico <zmedico@gentoo.org>
Wed, 25 Nov 2009 22:31:51 +0000 (22:31 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 25 Nov 2009 22:31:51 +0000 (22:31 -0000)
commit93b66c3ef76d69f6b2696822d38ac2b46faa8c01
tree258c6d505dae003d4764bbec9868b087e5f88bce
parent0260e8005f5a6883c07d6324c45578ebcb0177fc
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. (trunk r14873)

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