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 chris.jerdonek
Recipients chris.jerdonek, eric.araujo, ncoghlan, pitrou
Date 2012-07-29.17:00:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343581246.85.0.895131856055.issue15403@psf.upfronthosting.co.za>
In-reply-to
Content
> Less favorable, because it produces longer import strings
("test.support.some_helper" instead of "test.some_helper").

This can be addressed by exposing the API in __init__.py though (as does, say, the unittest package), no?
History
Date User Action Args
2012-07-29 17:00:46chris.jerdoneksetrecipients: + chris.jerdonek, ncoghlan, pitrou, eric.araujo
2012-07-29 17:00:46chris.jerdoneksetmessageid: <1343581246.85.0.895131856055.issue15403@psf.upfronthosting.co.za>
2012-07-29 17:00:46chris.jerdoneklinkissue15403 messages
2012-07-29 17:00:46chris.jerdonekcreate