Jonathan Hadida <ariel.had...@gmail.com> added the comment:

With regards to "This has nothing to do with absolute imports at all.", I would 
like to point out that the "import math" statement that I am complaining about 
IS WITHIN THE NUMPY MODULE. So it seems very related to this bug.

How can "import math", **written within NumPy**, be an absolute import if I 
import numpy from within my own module, but not from a script?  According to 
your example, NumPy shouldn't have any issue loading the standard math module 
instead of my local file.

----------
resolution: not a bug -> 
status: closed -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34414>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to