[Python-checkins] peps: Added PEP 218, Adding a Built-In Set Object Type, assigned to gvwilson.

georg.brandl python-checkins at python.org
Wed Mar 23 21:24:20 CET 2011


http://hg.python.org/peps/rev/2954d04b750a
changeset:   74:2954d04b750a
user:        Barry Warsaw <barry at python.org>
date:        Mon Jul 31 20:20:52 2000 +0000
summary:
  Added PEP 218, Adding a Built-In Set Object Type, assigned to gvwilson.

files:
  pep-0000.txt |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/pep-0000.txt b/pep-0000.txt
--- a/pep-0000.txt
+++ b/pep-0000.txt
@@ -38,6 +38,7 @@
      215  pep-0215.txt  String Interpolation                 ping
      216  pep-0216.txt  Docstring Format                     moshez
      217  pep-0217.txt  Display Hook for Interactive Use     moshez
+     218  pep-0218.txt  Adding a Built-In Set Object Type    gvwilson
 
 
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list