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 ncoghlan
Date 2007-11-22.14:22:14
SpamBayes Score 0.11154628
Marked as misclassified No
Message-id <1195741336.57.0.571137300726.issue1487@psf.upfronthosting.co.za>
In-reply-to
Content
Patch to implement PEP 366.

Note that it doesn't implement precisely the semantics described in the
version of the PEP posted in July, as some of those ideas didn't prove
feasible due to the fact that imp.new_module can't tell the difference
between normal modules and packages.

An updated version of the PEP will be posted shortly to correct those
problems.
Files
File name Uploaded
pep_366_v1.diff ncoghlan, 2007-11-22.14:22:14
History
Date User Action Args
2007-11-22 14:22:17ncoghlansetspambayes_score: 0.111546 -> 0.11154628
recipients: + ncoghlan
2007-11-22 14:22:16ncoghlansetspambayes_score: 0.111546 -> 0.111546
messageid: <1195741336.57.0.571137300726.issue1487@psf.upfronthosting.co.za>
2007-11-22 14:22:16ncoghlanlinkissue1487 messages
2007-11-22 14:22:16ncoghlancreate