2000-10-16 17:25:34 -04:00
|
|
|
PEP: 226
|
|
|
|
Title: Python 2.1 Release Schedule
|
|
|
|
Version: $Revision$
|
2006-03-23 15:13:19 -05:00
|
|
|
Last-Modified: $Date$
|
2007-06-27 20:01:26 -04:00
|
|
|
Author: Jeremy Hylton <jeremy@alum.mit.edu>
|
2007-02-17 13:42:37 -05:00
|
|
|
Status: Final
|
2000-10-16 17:25:34 -04:00
|
|
|
Type: Informational
|
2022-10-06 21:01:52 -04:00
|
|
|
Topic: Release
|
2017-01-10 14:30:39 -05:00
|
|
|
Content-Type: text/x-rst
|
2000-10-16 17:25:34 -04:00
|
|
|
Created: 16-Oct-2000
|
|
|
|
Python-Version: 2.1
|
|
|
|
Post-History:
|
|
|
|
|
2017-01-10 14:30:39 -05:00
|
|
|
|
2000-10-16 17:25:34 -04:00
|
|
|
Abstract
|
2017-01-10 14:30:39 -05:00
|
|
|
========
|
2000-10-16 17:25:34 -04:00
|
|
|
|
2017-01-10 14:30:39 -05:00
|
|
|
This document describes the post Python 2.0 development and
|
|
|
|
release schedule. According to this schedule, Python 2.1 will be
|
|
|
|
released in April of 2001. The schedule primarily concerns
|
|
|
|
itself with PEP-size items. Small bug fixes and changes will
|
|
|
|
occur up until the first beta release.
|
2000-10-16 17:25:34 -04:00
|
|
|
|
|
|
|
|
2001-02-09 19:19:20 -05:00
|
|
|
Release Schedule
|
2017-01-10 14:30:39 -05:00
|
|
|
================
|
|
|
|
|
|
|
|
Tentative future release dates
|
2000-10-16 17:25:34 -04:00
|
|
|
|
2017-01-10 14:30:39 -05:00
|
|
|
[bugfix release dates go here]
|
2001-02-09 19:19:20 -05:00
|
|
|
|
2017-01-10 14:30:39 -05:00
|
|
|
Past release dates:
|
2001-02-09 19:19:20 -05:00
|
|
|
|
2017-01-10 14:30:39 -05:00
|
|
|
- 17-Apr-2001: 2.1 final release
|
|
|
|
- 15-Apr-2001: 2.1 release candidate 2
|
|
|
|
- 13-Apr-2001: 2.1 release candidate 1
|
|
|
|
- 23-Mar-2001: Python 2.1 beta 2 release
|
|
|
|
- 02-Mar-2001: First 2.1 beta release
|
|
|
|
- 02-Feb-2001: Python 2.1 alpha 2 release
|
|
|
|
- 22-Jan-2001: Python 2.1 alpha 1 release
|
|
|
|
- 16-Oct-2000: Python 2.0 final release
|
2001-02-09 19:19:20 -05:00
|
|
|
|
2001-01-04 17:34:38 -05:00
|
|
|
|
2001-03-02 17:57:05 -05:00
|
|
|
Open issues for Python 2.0 beta 2
|
2017-01-10 14:30:39 -05:00
|
|
|
=================================
|
|
|
|
|
|
|
|
Add a default unit testing framework to the standard library.
|
2000-10-16 17:25:34 -04:00
|
|
|
|
|
|
|
|
|
|
|
Guidelines for making changes for Python 2.1
|
2017-01-10 14:30:39 -05:00
|
|
|
============================================
|
2000-10-16 17:25:34 -04:00
|
|
|
|
2017-01-10 14:30:39 -05:00
|
|
|
The guidelines and schedule will be revised based on discussion in
|
|
|
|
the python-dev@python.org mailing list.
|
2000-10-16 17:25:34 -04:00
|
|
|
|
2017-01-10 14:30:39 -05:00
|
|
|
The PEP system was instituted late in the Python 2.0 development
|
2022-01-21 06:03:51 -05:00
|
|
|
cycle and many changes did not follow the process described in :pep:`1`.
|
2017-01-10 14:30:39 -05:00
|
|
|
The development process for 2.1, however, will follow the PEP
|
|
|
|
process as documented.
|
2000-10-16 17:25:34 -04:00
|
|
|
|
2017-01-10 14:30:39 -05:00
|
|
|
The first eight weeks following 2.0 final will be the design and
|
|
|
|
review phase. By the end of this period, any PEP that is proposed
|
|
|
|
for 2.1 should be ready for review. This means that the PEP is
|
|
|
|
written and discussion has occurred on the python-dev@python.org
|
|
|
|
and python-list@python.org mailing lists.
|
2000-10-16 17:25:34 -04:00
|
|
|
|
2017-01-10 14:30:39 -05:00
|
|
|
The next six weeks will be spent reviewing the PEPs and
|
|
|
|
implementing and testing the accepted PEPs. When this period
|
|
|
|
stops, we will end consideration of any incomplete PEPs. Near the
|
|
|
|
end of this period, there will be a feature freeze where any small
|
|
|
|
features not worthy of a PEP will not be accepted.
|
|
|
|
|
|
|
|
Before the final release, we will have six weeks of beta testing
|
|
|
|
and a release candidate or two.
|
2000-10-16 17:25:34 -04:00
|
|
|
|
|
|
|
|
|
|
|
General guidelines for submitting patches and making changes
|
2017-01-10 14:30:39 -05:00
|
|
|
============================================================
|
|
|
|
|
|
|
|
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:
|
2000-10-16 17:25:34 -04:00
|
|
|
|
2017-01-10 14:30:39 -05:00
|
|
|
- Do whatever the dictator tells you.
|
2000-10-16 17:25:34 -04:00
|
|
|
|
2017-01-10 14:30:39 -05:00
|
|
|
- Discuss any controversial changes on python-dev first. If you
|
|
|
|
get a lot of +1 votes and no -1 votes, make the change. If you
|
|
|
|
get a some -1 votes, think twice; consider asking Guido what he
|
|
|
|
thinks.
|
2000-10-16 17:25:34 -04:00
|
|
|
|
2017-01-10 14:30:39 -05:00
|
|
|
- If the change is to code you contributed, it probably makes
|
|
|
|
sense for you to fix it.
|
2000-10-16 17:25:34 -04:00
|
|
|
|
2017-01-10 14:30:39 -05:00
|
|
|
- If the change affects code someone else wrote, it probably makes
|
|
|
|
sense to ask him or her first.
|
2000-10-16 17:25:34 -04:00
|
|
|
|
2017-01-10 14:30:39 -05:00
|
|
|
- You can use the SourceForge (SF) Patch Manager to submit a patch
|
|
|
|
and assign it to someone for review.
|
2000-10-16 17:25:34 -04:00
|
|
|
|
2017-01-10 14:30:39 -05:00
|
|
|
Any significant new feature must be described in a PEP and
|
|
|
|
approved before it is checked in.
|
2000-10-16 17:25:34 -04:00
|
|
|
|
2017-01-10 14:30:39 -05:00
|
|
|
Any significant code addition, such as a new module or large
|
|
|
|
patch, must include test cases for the regression test and
|
|
|
|
documentation. A patch should not be checked in until the tests
|
|
|
|
and documentation are ready.
|
2000-10-16 17:25:34 -04:00
|
|
|
|
2017-01-10 14:30:39 -05:00
|
|
|
If you fix a bug, you should write a test case that would have
|
|
|
|
caught the bug.
|
2000-10-16 17:25:34 -04:00
|
|
|
|
2017-01-10 14:30:39 -05:00
|
|
|
If you commit a patch from the SF Patch Manager or fix a bug from
|
|
|
|
the Jitterbug database, be sure to reference the patch/bug number
|
|
|
|
in the CVS log message. Also be sure to change the status in the
|
|
|
|
patch manager or bug database (if you have access to the bug
|
|
|
|
database).
|
2000-10-16 17:25:34 -04:00
|
|
|
|
2017-01-10 14:30:39 -05:00
|
|
|
It is not acceptable for any checked in code to cause the
|
|
|
|
regression test to fail. If a checkin causes a failure, it must
|
|
|
|
be fixed within 24 hours or it will be backed out.
|
2000-10-16 17:25:34 -04:00
|
|
|
|
2017-01-10 14:30:39 -05:00
|
|
|
All contributed C code must be ANSI C. If possible check it with
|
|
|
|
two different compilers, e.g. gcc and MSVC.
|
2000-10-16 17:25:34 -04:00
|
|
|
|
2017-01-10 14:30:39 -05:00
|
|
|
All contributed Python code must follow Guido's Python style
|
|
|
|
guide. http://www.python.org/doc/essays/styleguide.html
|
2000-10-16 17:25:34 -04:00
|
|
|
|
2017-01-10 14:30:39 -05:00
|
|
|
It is understood that any code contributed will be released under
|
|
|
|
an Open Source license. Do not contribute code if it can't be
|
|
|
|
released this way.
|
2000-10-16 17:25:34 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
2017-01-10 14:30:39 -05:00
|
|
|
..
|
|
|
|
Local Variables:
|
|
|
|
mode: indented-text
|
|
|
|
indent-tabs-mode: nil
|
|
|
|
End:
|