pep for 3.1 release schedule

This commit is contained in:
Benjamin Peterson 2009-02-08 23:04:44 +00:00
parent bf253555cd
commit 4fc6525d04
1 changed files with 67 additions and 0 deletions

67
pep-0375.txt Normal file
View File

@ -0,0 +1,67 @@
PEP: 375
Title: Python 3.1 Release Schedule
Version: $Revision$
Last-Modified: $Date$
Author: Benjamin Peterson <benjamin@python.org>
Status: Draft
Type: Process
Content-Type: text/x-rst
Created: 8-Feb-2009
Python-Version: 3.1
Abstract
========
This document describes the development and release schedule for Python 2.7.
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.
Release Manager and Crew
========================
=================== ==================
Position Name
=================== ==================
2.7 Release Manager Benjamin Peterson
Windows installers Martin v. Loewis
Mac installers Ronald Oussoren
=================== ==================
Release Schedule
================
Not yet finalized.
Features for 3.1
================
- importlib
References
==========
None yet!
Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End: