[Python-checkins] CVS: python/nondist/peps pep-0275.txt,1.2,1.3

M.-A. Lemburg lemburg@users.sourceforge.net
Thu, 28 Feb 2002 06:26:44 -0800


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

Modified Files:
	pep-0275.txt 
Log Message:
Postponed to 2.4.



Index: pep-0275.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0275.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pep-0275.txt	23 Nov 2001 10:10:35 -0000	1.2
--- pep-0275.txt	28 Feb 2002 14:26:41 -0000	1.3
***************
*** 5,9 ****
  Status: Draft
  Type: Standards Track
! Python-Version: 2.3
  Created: 10-Nov-2001
  Post-History: 
--- 5,9 ----
  Status: Draft
  Type: Standards Track
! Python-Version: 2.4
  Created: 10-Nov-2001
  Post-History: 
***************
*** 17,21 ****
  Problem
  
!     Up to Python 2.2, the typical way of writing multi-value switches 
      has been to use long switch constructs of the following type:
  
--- 17,21 ----
  Problem
  
!     Up to Python 2.3, the typical way of writing multi-value switches 
      has been to use long switch constructs of the following type: