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 brett.cannon, eric.snow, ncoghlan
Date 2013-12-08.05:08:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386479293.44.0.514721108706.issue19927@psf.upfronthosting.co.za>
In-reply-to
Content
ModuleSpec.__eq__() does a comparision of its various attributes, one of them being the loader.  However, the __eq__() of the path-based loaders is just the stock one that compares object identity.  So most
History
Date User Action Args
2013-12-08 05:14:05eric.snowunlinkissue19927 messages
2013-12-08 05:08:13eric.snowsetrecipients: + eric.snow, brett.cannon, ncoghlan
2013-12-08 05:08:13eric.snowsetmessageid: <1386479293.44.0.514721108706.issue19927@psf.upfronthosting.co.za>
2013-12-08 05:08:13eric.snowlinkissue19927 messages
2013-12-08 05:08:12eric.snowcreate