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 brgirgis, eric.araujo, ezio.melotti, michael.foord, r.david.murray, rbcollins
Date 2018-04-01.01:52:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Oh, and why look for __init__ - in part, because it predates namespace packages, but also because unlike regular imports unittest will do negative things like reading the entire filesystem otherwise.
History
Date User Action Args
2018-04-01 01:52:42rbcollinssetrecipients: + rbcollins, ezio.melotti, eric.araujo, r.david.murray, michael.foord, brgirgis
2018-04-01 01:52:42rbcollinssetmessageid: <[email protected]>
2018-04-01 01:52:42rbcollinslinkissue32419 messages
2018-04-01 01:52:41rbcollinscreate