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 ncoghlan
Recipients Arfrever, brett.cannon, collinwinter, jd, loewis, mlobo, ncoghlan, petr.viktorin, terry.reedy, vstinner
Date 2015-10-06.03:45:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444103150.89.0.567152547168.issue1644818@psf.upfronthosting.co.za>
In-reply-to
Content
Petr, this could be an interesting issue to take a look at from the point of view of the builtin and extension module import changes in Python 3.5.

Given the extent of the import system changes across 3.3/4/5, it's even conceivable we may have made this work somewhere along the line. In that case we'd still need a new regression test to ensure it keeps working - we didn't even have a regression test to ensure extension module imports from inside a package worked, so we definitely don't have one for builtin submodules.
History
Date User Action Args
2015-10-06 03:45:51ncoghlansetrecipients: + ncoghlan, loewis, brett.cannon, collinwinter, terry.reedy, vstinner, mlobo, Arfrever, petr.viktorin, jd
2015-10-06 03:45:50ncoghlansetmessageid: <1444103150.89.0.567152547168.issue1644818@psf.upfronthosting.co.za>
2015-10-06 03:45:50ncoghlanlinkissue1644818 messages
2015-10-06 03:45:50ncoghlancreate