- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message178574
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 | r.david.murray |
|---|---|
| Recipients | asvetlov, danielsh, eli.bendersky, r.david.murray |
| Date | 2012-12-30.13:56:59 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1356875819.26.0.825139010599.issue16817@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Hmm. What if we made import_fresh_module a context manager, so that the restore of the original module in sys.modules only happened at the end of the context? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-12-30 13:56:59 | r.david.murray | set | recipients: + r.david.murray, eli.bendersky, asvetlov, danielsh |
| 2012-12-30 13:56:59 | r.david.murray | set | messageid: <1356875819.26.0.825139010599.issue16817@psf.upfronthosting.co.za> |
| 2012-12-30 13:56:59 | r.david.murray | link | issue16817 messages |
| 2012-12-30 13:56:59 | r.david.murray | create | |

