[issue32479] inconsistent ImportError message executing same import statement

2018-06-08 Thread Xiang Zhang
Change by Xiang Zhang : -- resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue32479] inconsistent ImportError message executing same import statement

2018-01-02 Thread Xiang Zhang
Xiang Zhang added the comment: It's fine. Let's keep this issue open for some time before close it. -- ___ Python tracker ___

[issue32479] inconsistent ImportError message executing same import statement

2018-01-02 Thread Nick Coghlan
Nick Coghlan added the comment: Since the problem is specific to Python 2.7 and has been resolved in the importlib based import implementation, I'm inclined to close this as "Won't Fix". The only reason I haven't is that if someone really wanted to dig into the Python

[issue32479] inconsistent ImportError message executing same import statement

2018-01-02 Thread Xiang Zhang
New submission from Xiang Zhang : While debugging a problem in my job I find an odd case about import, it could be reduced to the following tracebacks: >>> from keystone.assignment import schema Traceback (most recent call last): File "", line 1, in File