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 serhiy.storchaka
Recipients asvetlov, barry, brett.cannon, chris.jerdonek, cvrebert, eric.snow, ezio.melotti, maker, serhiy.storchaka
Date 2013-02-17.09:44:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361094272.62.0.236849632554.issue15767@psf.upfronthosting.co.za>
In-reply-to
Content
from foo import bar

Here bar can be not module, but an attribute of foo (for example, os.path). What error will be raised in this case? Module or attribute - this is an implementation detail; why do we distinguish between these cases?
History
Date User Action Args
2013-02-17 09:44:32serhiy.storchakasetrecipients: + serhiy.storchaka, barry, brett.cannon, ezio.melotti, cvrebert, asvetlov, chris.jerdonek, maker, eric.snow
2013-02-17 09:44:32serhiy.storchakasetmessageid: <1361094272.62.0.236849632554.issue15767@psf.upfronthosting.co.za>
2013-02-17 09:44:32serhiy.storchakalinkissue15767 messages
2013-02-17 09:44:32serhiy.storchakacreate