Following system colour scheme Selected dark colour scheme Selected light colour scheme

Python Enhancement Proposals

PEP 283 – Python 2.3 Release Schedule

PEP 283 – Python 2.3 Release Schedule

Author:
Guido van Rossum
Status:
Final
Type:
Informational
Topic:
Release
Created:
27-Feb-2002
Python-Version:
2.3
Post-History:
27-Feb-2002

Table of Contents

Abstract

This document describes the development and release schedule for Python 2.3. The schedule primarily concerns itself with PEP-sized items. Small features may be added up to and including the first beta release. Bugs may be fixed until the final release.

There will be at least two alpha releases, two beta releases, and one release candidate. Alpha and beta releases will be spaced at least 4 weeks apart (except if an emergency release must be made to correct a blunder in the previous release; then the blunder release does not count). Release candidates will be spaced at least one week apart (excepting again blunder corrections).

alpha 1 31 Dec 2002
alpha 2 19 Feb 2003
beta 1 25 Apr 2003
beta 2 29 Jun 2003
candidate 1 18 Jul 2003
candidate 2 24 Jul 2003
final 29 Jul 2003

Release Manager

Barry Warsaw, Jeremy Hylton, Tim Peters

Completed features for 2.3

This list is not complete. See Doc/whatsnew/whatsnew23.tex in CVS for more, and of course Misc/NEWS for the full list.

Planned features for 2.3

Too late for anything more to get done here.

Ongoing tasks

The following are ongoing TO-DO items which we should attempt to work on without hoping for completion by any particular date.

  • Documentation: complete the distribution and installation manuals.
  • Documentation: complete the documentation for new-style classes.
  • Look over the Demos/ directory and update where required (Andrew Kuchling has done a lot of this)
  • New tests.
  • Fix doc bugs on SF.
  • Remove use of deprecated features in the core.
  • Document deprecated features appropriately.
  • Mark deprecated C APIs with Py_DEPRECATED.
  • Deprecate modules which are unmaintained, or perhaps make a new category for modules ‘Unmaintained’
  • In general, lots of cleanup so it is easier to move forward.

Open issues

There are some issues that may need more work and/or thought before the final release (and preferably before the first beta release): No issues remaining.

Features that did not make it into Python 2.3