[New-bugs-announce] [issue1487] PEP 366 implementation

Nick Coghlan report at bugs.python.org
Thu Nov 22 15:22:16 CET 2007


New submission from Nick Coghlan:

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.

----------
components: Interpreter Core, Library (Lib)
files: pep_366_v1.diff
keywords: patch
messages: 57761
nosy: ncoghlan
priority: normal
severity: normal
status: open
title: PEP 366 implementation
type: rfe
versions: Python 2.6, Python 3.0
Added file: http://bugs.python.org/file8794/pep_366_v1.diff

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1487>
__________________________________
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: pep_366_v1.diff
Url: http://mail.python.org/pipermail/new-bugs-announce/attachments/20071122/0ca3515c/attachment.txt 


More information about the New-bugs-announce mailing list