Message100323
| Author | r.david.murray |
|---|---|
| Recipients | jerry.seutter, r.david.murray, vstinner |
| Date | 2010-03-03.01:46:15 |
| SpamBayes Score | 8.350806e-06 |
| Marked as misclassified | No |
| Message-id | <1267580780.2.0.591605409747.issue7449@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I haven't reviewed the whole patch, but I would suggest that instead of making a test_support.skip_if_no (or any other name), you use use @unittest.skipUnless(threading) (note that lack of quotes around threading...you seem to already be getting it defined correctly in all the modules I scaned). That's what other test modules do in similar situations. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-03-03 01:46:20 | r.david.murray | set | recipients: + r.david.murray, vstinner, jerry.seutter |
| 2010-03-03 01:46:20 | r.david.murray | set | messageid: <1267580780.2.0.591605409747.issue7449@psf.upfronthosting.co.za> |
| 2010-03-03 01:46:15 | r.david.murray | link | issue7449 messages |
| 2010-03-03 01:46:15 | r.david.murray | create | |