Message 102027 - Python tracker
Message102027
| Author | michael.foord |
|---|---|
| Recipients | brett.cannon, flox, georg.brandl, michael.foord, r.david.murray, tarek, tim.golden |
| Date | 2010-03-31.18:53:35 |
| SpamBayes Score | 1.7301003e-06 |
| Marked as misclassified | No |
| Message-id | <1270061616.94.0.901928649473.issue8273@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I think namespacing utility functions / classes inside unittest is fine (even good), but agree that there needs to be careful thinking about APIs that are made public in this way. To a certain extent this code has already proved its utility, but up until now it hasn't needed to be *generally* useful (and as brett says - some of the code in test_support would be better off dead). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-03-31 18:53:37 | michael.foord | set | recipients: + michael.foord, brett.cannon, georg.brandl, tim.golden, tarek, r.david.murray, flox |
| 2010-03-31 18:53:36 | michael.foord | set | messageid: <1270061616.94.0.901928649473.issue8273@psf.upfronthosting.co.za> |
| 2010-03-31 18:53:35 | michael.foord | link | issue8273 messages |
| 2010-03-31 18:53:35 | michael.foord | create | |