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 brett.cannon
Recipients brett.cannon, ezio.melotti, michael.foord, pitrou, rhettinger
Date 2010-11-02.02:39:39
SpamBayes Score 1.6611068e-08
Marked as misclassified No
Message-id <1288665582.06.0.352086480713.issue10273@psf.upfronthosting.co.za>
In-reply-to
Content
Just sent an email to python-dev, but since this issue sparked it, I might as well comment here: unittest shouldn't be made back into a single module.

Ignoring the fact that the file structure has nothing to do with the public API and so is orthogonal to the main thrust of this issue, changing it back will break imports in code from Python 2.7 that uses the more modular structure that now underlies unittest. Considering how much whining we get about code breakage any time Michael tries to fix anything in the module I think this is the last thing anyone wants to have happen.
History
Date User Action Args
2010-11-02 02:39:42brett.cannonsetrecipients: + brett.cannon, rhettinger, pitrou, ezio.melotti, michael.foord
2010-11-02 02:39:42brett.cannonsetmessageid: <1288665582.06.0.352086480713.issue10273@psf.upfronthosting.co.za>
2010-11-02 02:39:40brett.cannonlinkissue10273 messages
2010-11-02 02:39:39brett.cannoncreate