[Python-Dev] ImportWarning flood
Guido van Rossum
guido at python.org
Mon Jun 26 02:51:17 CEST 2006
More information about the Python-Dev mailing list
Mon Jun 26 02:51:17 CEST 2006
- Previous message: [Python-Dev] ImportWarning flood
- Next message: [Python-Dev] ImportWarning flood
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 6/24/06, Jean-Paul Calderone <exarkun at divmod.com> wrote: > >Actually, your application *was* pretty close to being broken a few > >weeks ago, when Guido wanted to drop the requirement that a package > >must contain an __init__ file. In that case, "import math" would have > >imported the directory, and given you an empty package. > > But this change was *not* made, and afaict it is not going to be made. Correct. We'll stick with the warning. (At least until Py3k but most likely also in Py3k.) -- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] ImportWarning flood
- Next message: [Python-Dev] ImportWarning flood
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list