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 gregory.p.smith
Recipients brett.cannon, eric.snow, gregory.p.smith, python-dev, serhiy.storchaka, stutzbach
Date 2014-01-22.07:38:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390376309.44.0.288467089111.issue19081@psf.upfronthosting.co.za>
In-reply-to
Content
Not all cases of this were fixed by the existing patch.  subimports still trigger the bug via a different code path.  attaching an updated unittest that demonstrates that.
History
Date User Action Args
2014-01-22 07:38:29gregory.p.smithsetrecipients: + gregory.p.smith, brett.cannon, stutzbach, python-dev, eric.snow, serhiy.storchaka
2014-01-22 07:38:29gregory.p.smithsetmessageid: <1390376309.44.0.288467089111.issue19081@psf.upfronthosting.co.za>
2014-01-22 07:38:29gregory.p.smithlinkissue19081 messages
2014-01-22 07:38:28gregory.p.smithcreate