Message182332
TL;DR for Antoine: when using a fromlist, import failures from that list are silently ignored. Because ImportError is overloaded in terms of what it means (e.g. bag magic number, module not found) there needs to be a clean way to tell the import failed because the module wasn't found so other ImportError reasons can properly propagate. |
|
| Date |
User |
Action |
Args |
| 2013-02-18 18:36:53 | brett.cannon | set | recipients:
+ brett.cannon, barry, pitrou, ezio.melotti, Arfrever, cvrebert, asvetlov, chris.jerdonek, eric.snow, serhiy.storchaka |
| 2013-02-18 18:36:53 | brett.cannon | set | messageid: <[email protected]> |
| 2013-02-18 18:36:53 | brett.cannon | link | issue15767 messages |
| 2013-02-18 18:36:53 | brett.cannon | create | |
|