diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-04-02 21:20:35 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-04-02 21:20:35 (GMT) |
commit | b23550049d2e8f58fdbe5ba40df7c962f183c337 (patch) | |
tree | 8d35198f0dcbc07bf53541c5928074ec58ddf4b1 | |
parent | f7cf388c3122b72bb71af0f497e77608570cb08f (diff) | |
download | cpython-b23550049d2e8f58fdbe5ba40df7c962f183c337.zip cpython-b23550049d2e8f58fdbe5ba40df7c962f183c337.tar.gz cpython-b23550049d2e8f58fdbe5ba40df7c962f183c337.tar.bz2 |
Suggested proposed changes to Python be considered on some mailing lists first
-rw-r--r-- | README | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -135,9 +135,11 @@ To submit a patch or other contribution, please use the Python Patch Manager at http://bugs.python.org. Guidelines for patch submission may be found at http://www.python.org/dev/patches/. -If you have a proposal to change Python, it's best to submit a Python -Enhancement Proposal (PEP) first. All current PEPs, as well as guidelines for -submitting a new PEP, are listed at http://www.python.org/dev/peps/. +If you have a proposal to change Python, you may want to send an email to the +comp.lang.python or python-ideas mailing lists for inital feedback. A Python +Enhancement Proposal (PEP) may be submitted if your idea gains ground. All +current PEPs, as well as guidelines for submitting a new PEP, are listed at +http://www.python.org/dev/peps/. Questions |