- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message205517
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | eric.snow |
|---|---|
| Recipients | Arfrever, brett.cannon, eric.snow, ncoghlan, ronaldoussoren |
| Date | 2013-12-08.05:46:11 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1386481572.34.0.223814087814.issue19851@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The problem was that importlib.reload() was not passing the parent's __path__ to importlib._bootstrap._find_spec(). This was a consequence of us restoring the pre-3.3 reload semantics. Patch attached. (Note to self: add Misc/NEWS entry) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-12-08 05:46:12 | eric.snow | set | recipients: + eric.snow, brett.cannon, ronaldoussoren, ncoghlan, Arfrever |
| 2013-12-08 05:46:12 | eric.snow | set | messageid: <1386481572.34.0.223814087814.issue19851@psf.upfronthosting.co.za> |
| 2013-12-08 05:46:12 | eric.snow | link | issue19851 messages |
| 2013-12-08 05:46:12 | eric.snow | create | |

