Message 64238 - Python tracker
Message64238
| Author | pje |
|---|---|
| Recipients | ncoghlan, paul.moore, pje |
| Date | 2008-03-21.12:35:07 |
| SpamBayes Score | 0.30106053 |
| Marked as misclassified | No |
| Message-id | <20080321123505.DAE3B3A40B1@sparrow.telecommunity.com> |
| In-reply-to | <1206102245.91.0.480177386953.issue2439@psf.upfronthosting. co.za> |
| Content | |
|---|---|
An easy way to test it: just change your load_module() to raise an AssertionError if the module is already in sys.modules, and the main body of the test to make two get_data() calls for the same module. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-03-21 12:35:09 | pje | set | spambayes_score: 0.301061 -> 0.30106053 recipients: + pje, paul.moore, ncoghlan |
| 2008-03-21 12:35:08 | pje | link | issue2439 messages |
| 2008-03-21 12:35:07 | pje | create | |