[Python-Dev] ImportWarning flood (original) (raw)
Sergey A. Lipnevich sergey at optimaltec.com
Sat Jul 1 18:52:19 CEST 2006
- Previous message: [Python-Dev] weakattr
- Next message: [Python-Dev] ImportWarning flood
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
All,
I tried to implement Jean-Paul Calderone's idea for the following patch, plagiarizing Ralf W. Grosse-Kunstleve's error text. It delays import warning until end of search for modules, but remembers how many potential modules (candidates without init.py) it didn't import. I didn't really try to analyze any conditions, instead I simply assumed that wherever ImportWarning would be issued, we have a suitable candidate, and saved it on the stack. If nothing is found, Python emits ImportWarning right before ImportError, and explains what happened. Please let me know if this would work and if anything needs to be done for this patch to be accepted. Thank you!
Sergey. -------------- next part -------------- A non-text attachment was scrubbed... Name: import_warning.diff Type: text/x-patch Size: 1867 bytes Desc: not available Url : http://mail.python.org/pipermail/python-dev/attachments/20060701/94ab9c43/attachment-0001.bin
- Previous message: [Python-Dev] weakattr
- Next message: [Python-Dev] ImportWarning flood
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]