[Python-Dev] PEP 411 - request for pronouncement (original) (raw)

Guido van Rossum guido at python.org
Mon Mar 26 23:50:49 CEST 2012


On Fri, Mar 23, 2012 at 2:51 AM, Eli Bendersky <eliben at gmail.com> wrote:

PEP 411 -- Provisional packages in the Python standard library

Has been updated with all accumulated feedback from list discussions. Here it is: http://www.python.org/dev/peps/pep-0411/ (the text is also pasted in the bottom of this email). The PEP received mostly positive feedback. The only undecided point is where to specify that the package is provisional. Currently the PEP mandates to specify it in the documentation and in the docstring. Other suggestions were to put it in the code, either as a provisional attribute on the module, or collect all such modules in a single sys.provisional list. According to http://blog.python.org/2012/03/2012-language-summit-report.html, the PEP was discussed in the language summit and overall viewed positively, although no final decision has been reached. ISTM a decision needs to be taken, which is why I request pronouncement, with a recommendation on the requirement the PEP should make of provisional modules (process details).

I think the PEP is almost ready for approval. Congratulations! A few comments:

PS. Please use the version in the peps repo as the starting point of future edits.

-- --Guido van Rossum (python.org/~guido)



More information about the Python-Dev mailing list