[Python-checkins] peps: add tentative release schedule and contributor guidelines (original) (raw)

georg.brandl python-checkins at python.org
Wed Mar 23 21:23:12 CET 2011


http://hg.python.org/peps/rev/281696d18779 changeset: 43:281696d18779 user: Jeremy Hylton <jeremy at alum.mit.edu> date: Tue Jul 25 14:11:19 2000 +0000 summary: add tentative release schedule and contributor guidelines

files: pep-0200.txt | 65 +++++++++++++++++++++++++++++++++++---- 1 files changed, 58 insertions(+), 7 deletions(-)

diff --git a/pep-0200.txt b/pep-0200.txt --- a/pep-0200.txt +++ b/pep-0200.txt @@ -6,7 +6,6 @@ Status: Incomplete

- Introduction

 This PEP describes the Python 2.0 release schedule, tracking the

@@ -16,12 +15,67 @@ CVS revision history of this file contains the definitive historical record.

+Tentative Release Schedule

- +Aug. 14: All 2.0 PEPs finished / feature freeze +Aug. 28: 2.0 beta 1 +Sep. 29: 2.0 final + +Guidelines for submitting patches and making changes + +Use good sense when committing changes. You should know what we mean +by good sense or we wouldn't have given you commit privileges <0.5 +wink>. Some specific examples of good sense include: +

- Accepted and in progress

 * SyntaxError enhancements - Fredrik Lundh

@@ -37,12 +91,11 @@ * SRE - Fredrik Lundh The test suite still fails on test_re.

@@ -53,7 +106,6 @@ Make range(1, 10, 2) == [1:10:2]

- Open: proposed but not accepted or declined

 * List comprehensions - Tim Peters?

@@ -77,7 +129,6 @@ - http://www.python.org/pipermail/python-dev/1999-August/002252.html

- Declined

-- Repository URL: http://hg.python.org/peps



More information about the Python-checkins mailing list