[Python-checkins] python/nondist/peps pep-0000.txt,1.194,1.195 pep-0283.txt,1.12,1.13

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Sat, 13 Jul 2002 07:00:07 -0700


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

Modified Files:
	pep-0000.txt pep-0283.txt 
Log Message:
Revive PEP 218 (sets) for 2.3.

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.194
retrieving revision 1.195
diff -C2 -d -r1.194 -r1.195
*** pep-0000.txt	13 Jul 2002 01:12:40 -0000	1.194
--- pep-0000.txt	13 Jul 2002 14:00:03 -0000	1.195
***************
*** 63,66 ****
--- 63,67 ----
   S   209  Adding Multidimensional Arrays               Barrett, Oliphant
   S   215  String Interpolation                         Yee
+  S   218  Adding a Built-In Set Object Type            Wilson
   S   228  Reworking Python's Numeric Model             Zadka, van Rossum
   S   237  Unifying Long Integers and Integers          Zadka, van Rossum
***************
*** 147,151 ****
   SD  213  Attribute Access Handlers                    Prescod
   IR  216  Docstring Format                             Zadka
-  SD  218  Adding a Built-In Set Object Type            Wilson
   SD  219  Stackless Python                             McMillan
   SD  222  Web Library Enhancements                     Kuchling
--- 148,151 ----
***************
*** 203,207 ****
   IR  216  Docstring Format                             Zadka
   SF  217  Display Hook for Interactive Use             Zadka
!  SD  218  Adding a Built-In Set Object Type            Wilson
   SD  219  Stackless Python                             McMillan
   ID  220  Coroutines, Generators, Continuations        McMillan
--- 203,207 ----
   IR  216  Docstring Format                             Zadka
   SF  217  Display Hook for Interactive Use             Zadka
!  S   218  Adding a Built-In Set Object Type            Wilson
   SD  219  Stackless Python                             McMillan
   ID  220  Coroutines, Generators, Continuations        McMillan

Index: pep-0283.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0283.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** pep-0283.txt	12 Jul 2002 20:42:29 -0000	1.12
--- pep-0283.txt	13 Jul 2002 14:00:04 -0000	1.13
***************
*** 80,83 ****
--- 80,88 ----
        I'm all for this plan.  I haven't reviewed the implementation.
  
+     - PEP 218  Adding a Built-In Set Object Type
+ 
+       I think it would be good to revive this in some form, using a
+       module rather than a built-in type.
+ 
      - A new command line option parser.  Greg Ward's Optik
        (http://optik.sf.net) would fit the bill fine; there's only some