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 alex, brett.cannon, eric.araujo, eric.snow, vstinner
Date 2014-03-13.13:09:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394716152.31.0.947672143644.issue19257@psf.upfronthosting.co.za>
In-reply-to
Content
Is it confusing though? If you only had the latter exception all you would know is Python doesn't consider datetime a package but you wouldn't know why that is unless you knew the exact definition (the __path__ attribute exists). Having the former exception helps make that a bit more obvious if you didn't already know it.
History
Date User Action Args
2014-03-13 13:09:12brett.cannonsetrecipients: + brett.cannon, vstinner, eric.araujo, alex, eric.snow
2014-03-13 13:09:12brett.cannonsetmessageid: <1394716152.31.0.947672143644.issue19257@psf.upfronthosting.co.za>
2014-03-13 13:09:12brett.cannonlinkissue19257 messages
2014-03-13 13:09:12brett.cannoncreate