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 Demur Rumed, jvr, serhiy.storchaka, theller, vstinner
Date 2016-05-04.07:43:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462347830.05.0.514383686885.issue26881@psf.upfronthosting.co.za>
In-reply-to
Content
modulefinder in 2.7 should be compatible with Python 2.2 (see PEP 291). Thus we can't just add new function in dis and reuse it in modulefinder. We should duplicate this function in modulefinder.

I don't know if there is corresponding rule for 3.x. Should modulefinder keep compatibility with say 3.1?
History
Date User Action Args
2016-05-04 07:43:50serhiy.storchakasetrecipients: + serhiy.storchaka, theller, jvr, vstinner, Demur Rumed
2016-05-04 07:43:50serhiy.storchakasetmessageid: <1462347830.05.0.514383686885.issue26881@psf.upfronthosting.co.za>
2016-05-04 07:43:49serhiy.storchakalinkissue26881 messages
2016-05-04 07:43:49serhiy.storchakacreate