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 brett.cannon
Date 2013-07-01.16:33:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372696430.42.0.571776913898.issue18342@psf.upfronthosting.co.za>
In-reply-to
Content
>>> from re import bogus
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: cannot import name bogus

Should have 'bogus' using the repr to match the other cases of ModuleNotFoundError
History
Date User Action Args
2013-07-01 16:33:50brett.cannonsetrecipients: + brett.cannon
2013-07-01 16:33:50brett.cannonsetmessageid: <1372696430.42.0.571776913898.issue18342@psf.upfronthosting.co.za>
2013-07-01 16:33:50brett.cannonlinkissue18342 messages
2013-07-01 16:33:50brett.cannoncreate