From 83a66442f668b21d57f1c8cdb4083c4dd190197c Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 31 Jul 2000 20:20:52 +0000 Subject: [PATCH] Added PEP 218, Adding a Built-In Set Object Type, assigned to gvwilson. --- pep-0000.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pep-0000.txt b/pep-0000.txt index 3e611ed57..028cc0c09 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -38,6 +38,7 @@ Index 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