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

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


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

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

diff --git a/pep-0218.txt b/pep-0218.txt new file mode 100644 --- /dev/null +++ b/pep-0218.txt @@ -0,0 +1,25 @@ +PEP: 218 +Title: Adding a Built-In Set Object Type +Version: RevisionRevisionRevision +Author: gvwilson at nevex.com (Greg Wilson) +Python-Version: 2.1 +Status: Draft +Created: 31-Jul-2000 +Post-History: + + +Abstract +

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



More information about the Python-checkins mailing list