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 Arfrever, brett.cannon, eric.araujo, eric.snow, meador.inge, pitrou, python-dev
Date 2012-04-15.22:34:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334529299.33.0.13189489318.issue13959@psf.upfronthosting.co.za>
In-reply-to
Content
I am seeing how this is going to go down. the load_dynamic, load_source, etc. family of functions are simply dispatched to by load_module(). So to keep some semblance of backwards-compatibility, each of those modules need to be implemented and then have load_module() simply dispatch to them based on the "type" of module it is.
History
Date User Action Args
2012-04-15 22:34:59brett.cannonsetrecipients: + brett.cannon, pitrou, eric.araujo, Arfrever, meador.inge, python-dev, eric.snow
2012-04-15 22:34:59brett.cannonsetmessageid: <1334529299.33.0.13189489318.issue13959@psf.upfronthosting.co.za>
2012-04-15 22:34:58brett.cannonlinkissue13959 messages
2012-04-15 22:34:58brett.cannoncreate