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 brett.cannon, pitrou
Date 2012-10-12.16:23:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350059029.57.0.877631995999.issue16213@psf.upfronthosting.co.za>
In-reply-to
Content
Well, it means importlib becomes a special library and that no one could ever replicate it as a third-party library.

Now if we can expose the various APIs around this such that they are abstracted away then it isn't a big deal. That can be done for the _r_long and _w_long, but _fix_co_filename is still a rather special thing.
History
Date User Action Args
2012-10-12 16:23:49brett.cannonsetrecipients: + brett.cannon, pitrou
2012-10-12 16:23:49brett.cannonsetmessageid: <1350059029.57.0.877631995999.issue16213@psf.upfronthosting.co.za>
2012-10-12 16:23:49brett.cannonlinkissue16213 messages
2012-10-12 16:23:49brett.cannoncreate