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 rbcollins
Recipients brett.cannon, ezio.melotti, michael.foord, pitrou, r.david.murray, rbcollins
Date 2015-07-15.02:33:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436927583.75.0.448279554295.issue22858@psf.upfronthosting.co.za>
In-reply-to
Content
So unittest.main, the symbol, needs to exist.

What currently references unittest.main, the module, today?

AFAICT its only accessible vis sys.modules['unittest.main'] because of the shadowing.
History
Date User Action Args
2015-07-15 02:33:03rbcollinssetrecipients: + rbcollins, brett.cannon, pitrou, ezio.melotti, r.david.murray, michael.foord
2015-07-15 02:33:03rbcollinssetmessageid: <1436927583.75.0.448279554295.issue22858@psf.upfronthosting.co.za>
2015-07-15 02:33:03rbcollinslinkissue22858 messages
2015-07-15 02:33:03rbcollinscreate