commit | 79ec55e980d7b205bbc78d44e0892d0ef37d3abb | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Thu Apr 12 20:24:54 2012 -0400 |
committer | Brett Cannon <brett@python.org> | Thu Apr 12 20:24:54 2012 -0400 |
tree | 7fca6e94007fd848ec36ba029aee3b1ec2a8785c | |
parent | f50b38a11fa951582b7f1656685201269f265784 [diff] |
Issue #1559549: Add 'name' and 'path' attributes to ImportError. Currently import does not use these attributes as they are planned for use by importlib (which will be another commit). Thanks to Filip GruszczyĆski for the initial patch and Brian Curtin for refining it.