From 6c5632d2cac033d2a7474ded06d904bc56ba42ce Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 10 Oct 2006 21:35:09 +0000 Subject: [PATCH] Update the PEP with a note about how no new PEPs should be added to this PEP. This is to reflect the fact that python-dev deemed it bad to allow module maintainers to have extra requirements on any code in Python. --- pep-0360.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pep-0360.txt b/pep-0360.txt index c954d2a1e..7a5970df8 100644 --- a/pep-0360.txt +++ b/pep-0360.txt @@ -9,6 +9,13 @@ Content-Type: text/x-rst Created: 30-May-2006 +.. warning:: No new modules are to be added to this PEP. It has been + deemed dangerous to codify external maintenance of any + code checked into Python's code repository. Code + contributers should expect Python's development + methodology to be used for any and all code checked into + Python's code repository. + Abstract ========