pep 320 is finished. someone else can create the 2.5 release schedule pep
This commit is contained in:
parent
61de19f122
commit
881b4d15c4
|
@ -57,7 +57,6 @@ Index by Category
|
||||||
I 290 Code Migration and Modernization Hettinger
|
I 290 Code Migration and Modernization Hettinger
|
||||||
I 291 Backward Compatibility for Standard Library Norwitz
|
I 291 Backward Compatibility for Standard Library Norwitz
|
||||||
I 306 How to Change Python's Grammar Hudson
|
I 306 How to Change Python's Grammar Hudson
|
||||||
I 320 Python 2.4 Release Schedule Warsaw
|
|
||||||
I 333 Python Web Server Gateway Interface v1.0 Eby
|
I 333 Python Web Server Gateway Interface v1.0 Eby
|
||||||
I 3000 Python 3.0 Plans Kuchling, Cannon
|
I 3000 Python 3.0 Plans Kuchling, Cannon
|
||||||
|
|
||||||
|
@ -170,6 +169,7 @@ Index by Category
|
||||||
SF 305 CSV File API Montanaro, et al
|
SF 305 CSV File API Montanaro, et al
|
||||||
SF 307 Extensions to the pickle protocol GvR, Peters
|
SF 307 Extensions to the pickle protocol GvR, Peters
|
||||||
SF 311 Simplified GIL Acquisition for Extensions Hammond
|
SF 311 Simplified GIL Acquisition for Extensions Hammond
|
||||||
|
IF 320 Python 2.4 Release Schedule Warsaw, et al
|
||||||
SF 322 Reverse Iteration Hettinger
|
SF 322 Reverse Iteration Hettinger
|
||||||
SF 327 Decimal Data Type Batista
|
SF 327 Decimal Data Type Batista
|
||||||
|
|
||||||
|
@ -351,7 +351,7 @@ Numerical Index
|
||||||
SR 317 Eliminate Implicit Exception Instantiation Taschuk
|
SR 317 Eliminate Implicit Exception Instantiation Taschuk
|
||||||
SA 318 Decorators for Functions and Methods Smith, et al
|
SA 318 Decorators for Functions and Methods Smith, et al
|
||||||
S 319 Python Synchronize/Asynchronize Block Pelletier
|
S 319 Python Synchronize/Asynchronize Block Pelletier
|
||||||
I 320 Python 2.4 Release Schedule Warsaw
|
IF 320 Python 2.4 Release Schedule Warsaw, et al
|
||||||
S 321 Date/Time Parsing and Formatting Kuchling
|
S 321 Date/Time Parsing and Formatting Kuchling
|
||||||
SF 322 Reverse Iteration Hettinger
|
SF 322 Reverse Iteration Hettinger
|
||||||
S 323 Copyable Iterators Martelli
|
S 323 Copyable Iterators Martelli
|
||||||
|
|
10
pep-0320.txt
10
pep-0320.txt
|
@ -2,11 +2,11 @@ PEP: 320
|
||||||
Title: Python 2.4 Release Schedule
|
Title: Python 2.4 Release Schedule
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Author: Barry Warsaw, Raymond Hettinger and Anthony Baxter
|
Author: Barry Warsaw, Raymond Hettinger and Anthony Baxter
|
||||||
Status: Incomplete
|
Status: Final
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 29-Jul-2003
|
Created: 29-Jul-2003
|
||||||
Python-Version: 2.4
|
Python-Version: 2.4
|
||||||
Post-History:
|
Post-History: 1-Dec-2004
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ Abstract
|
||||||
beta release. Bugs may be fixed until the final release.
|
beta release. Bugs may be fixed until the final release.
|
||||||
|
|
||||||
There will be at least two alpha releases, two beta releases, and
|
There will be at least two alpha releases, two beta releases, and
|
||||||
one release candidate. The release date is not yet fixed.
|
one release candidate. The release date was 30th November, 2004.
|
||||||
|
|
||||||
Release Manager
|
Release Manager
|
||||||
|
|
||||||
|
@ -37,9 +37,9 @@ Release Schedule
|
||||||
|
|
||||||
November 3: beta 2 [completed]
|
November 3: beta 2 [completed]
|
||||||
|
|
||||||
November 18: release candidate 1 [scheduled]
|
November 18: release candidate 1 [completed]
|
||||||
|
|
||||||
November 30: final [scheduled]
|
November 30: final [completed]
|
||||||
|
|
||||||
Completed features for 2.4
|
Completed features for 2.4
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue