Message 178580 - Python tracker
Message178580
| Author | r.david.murray |
|---|---|
| Recipients | asvetlov, danielsh, eli.bendersky, r.david.murray |
| Date | 2012-12-30.14:40:07 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1356878407.71.0.771159808294.issue16817@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It would help because import_fresh_module would have updated sys.modules to be the module under test, and would not restore the previously existing entry in sys.modules until after your test had completed. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-12-30 14:40:07 | r.david.murray | set | recipients: + r.david.murray, eli.bendersky, asvetlov, danielsh |
| 2012-12-30 14:40:07 | r.david.murray | set | messageid: <1356878407.71.0.771159808294.issue16817@psf.upfronthosting.co.za> |
| 2012-12-30 14:40:07 | r.david.murray | link | issue16817 messages |
| 2012-12-30 14:40:07 | r.david.murray | create | |