Message 57761 - Python tracker (original) (raw)

Message57761

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:17 ncoghlan set spambayes_score: 0.111546 -> 0.11154628recipients: + ncoghlan
2007-11-22 14:22:16 ncoghlan set spambayes_score: 0.111546 -> 0.111546messageid: 1195741336.57.0.571137300726.issue1487@psf.upfronthosting.co.za
2007-11-22 14:22:16 ncoghlan link issue1487 messages
2007-11-22 14:22:16 ncoghlan create