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 alexandre.vassalotti, belopolsky, benjamin.peterson, mark.dickinson, pitrou, r.david.murray
Date 2010-07-01.21:59:40
SpamBayes Score 0.025598148
Marked as misclassified No
Message-id <1278021581.89.0.880017326678.issue9104@psf.upfronthosting.co.za>
In-reply-to
Content
If not in test.support, then where?  Unless there's some reason for user code or other implementations (or stdlib code itself) to access that map, it seems to me that test.support is exactly where it belongs.

Generic test support (that isn't specific to Python/stdlib testing) should go in unittest (and yes there is stuff currently in test.support that should move to unittest after suitable improvement and discussion...there's an issue about that.)
History
Date User Action Args
2010-07-01 21:59:41r.david.murraysetrecipients: + r.david.murray, mark.dickinson, belopolsky, pitrou, alexandre.vassalotti, benjamin.peterson
2010-07-01 21:59:41r.david.murraysetmessageid: <1278021581.89.0.880017326678.issue9104@psf.upfronthosting.co.za>
2010-07-01 21:59:40r.david.murraylinkissue9104 messages
2010-07-01 21:59:40r.david.murraycreate