[Python-checkins] CVS: python/nondist/peps pep-0226.txt,1.5,1.6
Guido van Rossum
gvanrossum@users.sourceforge.net
2001年3月02日 14:57:08 -0800
Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv5544
Modified Files:
pep-0226.txt
Log Message:
Update release status. Close several open issues.
Index: pep-0226.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0226.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** pep-0226.txt 2001年02月10日 00:19:20 1.5
--- pep-0226.txt 2001年03月02日 22:57:05 1.6
***************
*** 22,26 ****
Tentative future release dates
- 01-Mar-2001: First 2.1 beta release
XX-Mar-2001: Second beta as needed
13-Apr-2001: 2.1 final release
--- 22,25 ----
***************
*** 28,45 ****
Past release dates:
! 01-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
! Open issues for Python 2.0 beta 1
!
! Include Vladimir Marangozov's memory allocator as an optional
! feature. It would normally be disabled, but could be enable at
! configure time.
!
! Fix the compiler to raise SyntaxErrors with full tracebacks.
!
! Resolve import issues on case-insensitive, case-preserving file
! systems.
Add a default unit testing framework to the standard library.
--- 27,36 ----
Past release dates:
! 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
! Open issues for Python 2.0 beta 2
Add a default unit testing framework to the standard library.