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 THRlWiTi, Victor.Varvariuc, barry, brett.cannon, eric.snow, ncoghlan, serhiy.storchaka
Date 2017-04-10.17:59:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491847161.5.0.96377690088.issue30024@psf.upfronthosting.co.za>
In-reply-to
Content
It is easy to implement this (just replace LOAD_ATTR with IMPORT_FROM in the compiler). The hardest part is writing tests.
History
Date User Action Args
2017-04-10 17:59:21serhiy.storchakasetrecipients: + serhiy.storchaka, barry, brett.cannon, ncoghlan, THRlWiTi, eric.snow, Victor.Varvariuc
2017-04-10 17:59:21serhiy.storchakasetmessageid: <1491847161.5.0.96377690088.issue30024@psf.upfronthosting.co.za>
2017-04-10 17:59:21serhiy.storchakalinkissue30024 messages
2017-04-10 17:59:21serhiy.storchakacreate