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 eric.snow
Recipients Claudiu.Popa, eric.smith, eric.snow, ezio.melotti, michael.foord
Date 2013-11-18.23:51:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384818667.47.0.691944386655.issue17457@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry for any confusion, Claudiu.  the_module.__path__ only indicates that the module is a package.  So until you can take advantage of PEP 451, you're stuck with the _path check (or several other unappealing hack) on line 224 of unittest-17457-3.patch.

However, the use of __path__ on line 226 is correct now. :)  Thanks for changing that.
History
Date User Action Args
2013-11-18 23:51:07eric.snowsetrecipients: + eric.snow, eric.smith, ezio.melotti, michael.foord, Claudiu.Popa
2013-11-18 23:51:07eric.snowsetmessageid: <1384818667.47.0.691944386655.issue17457@psf.upfronthosting.co.za>
2013-11-18 23:51:07eric.snowlinkissue17457 messages
2013-11-18 23:51:07eric.snowcreate