]> granicus.if.org Git - python/commit
Fix #10854. Make use of the new path and name attributes on ImportError
authorBrian Curtin <brian@python.org>
Mon, 16 Apr 2012 05:10:17 +0000 (00:10 -0500)
committerBrian Curtin <brian@python.org>
Mon, 16 Apr 2012 05:10:17 +0000 (00:10 -0500)
commitb206a80dab519256a348e9800c4e52659d948359
tree7e26ffa873c4937b70d713f9f7d76a6a0b0920c4
parent15439817bf77a6e3e68f7101fbe9723468613aff
Fix #10854. Make use of the new path and name attributes on ImportError
for extension modules on Windows.
Lib/test/test_import.py
Misc/NEWS
Python/dynload_win.c