[Python-checkins] CVS: python/nondist/peps pep-0283.txt,NONE,1.1 pep-0000.txt,1.158,1.159

Jeremy Hylton jhylton@users.sourceforge.net
Wed, 27 Feb 2002 15:02:13 -0800


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv31287

Modified Files:
	pep-0000.txt 
Added Files:
	pep-0283.txt 
Log Message:
Add Python 2.3 release schedule based on conversation with Barry &
Tim, after mtg w/ Guido.


--- NEW FILE: pep-0283.txt ---
PEP: 283
Title: Python 2.3 Release Schedule
Version: $Revision: 1.1 $
Author: jeremy@zope.com (Jeremy Hylton)
Status: Incomplete
Type: Informational
Created: 27-Feb-2002
Python-Version: 2.3
Post-History: 27-Feb-2002

Abstract

    This document describes the post-Python 2.2 development and
    release schedule.  The schedule primarily concerns itself with
    PEP-sized items.  Small bug fixes and changes will occur up until
    the first beta release.

    NOTE: the schedule below and the list of features under
    consideration are all subject to change!  If the energy in the
    community changes or the feedback on a PEP is particularly
    positive or negative, this may affect decisions.

Release Schedule

    Tentative future release dates.

    30-Aug-2002: 2.3   (final release)
    26-Aug-2002: 2.3c1 (release candidate)
    14-Aug-2002: 2.3b2
    17-Jul-2002: 2.3b1
    19-Jun-2002: 2.3a2
    22-May-2002: 2.3a1

Release Manager

    TBD

Planned features for 2.3

    TBD

    Here are a few PEPs that I know to be under consideration.  If a
    PEP isn't on this list, it's because I'm not a confident channeler.

 S   266  Optimizing Global Variable/Attribute Access  Montanaro
 S   267  Optimized Access to Module Namespaces        Hylton
 S   269  Pgen Module for Python                       Riehl
 S   273  Import Modules from Zip Archives             Ahlstrom
 S   280  Optimizing access to globals                 van Rossum
     282  A Logging System                             Mick

Copyright

    This document has been placed in the public domain.



Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.158
retrieving revision 1.159
diff -C2 -d -r1.158 -r1.159
*** pep-0000.txt	15 Feb 2002 04:08:55 -0000	1.158
--- pep-0000.txt	27 Feb 2002 23:02:11 -0000	1.159
***************
*** 118,121 ****
--- 118,122 ----
   S   261  Support for "wide" Unicode characters        Prescod
   SF  264  Future statements in simulated shells        Hudson
+  I   283  Python 2.3 Release Schedule                  Hylton
  
   Empty PEPs (or containing only an abstract)
***************
*** 248,251 ****
--- 249,253 ----
   S   281  Loop Counter Iteration with range and xrange Hetland
   S   282  A Logging System                             Mick
+  I   283  Python 2.3 Release Schedule                  Hylton
   SR  666  Reject Foolish Indentation                   Creighton