Commit Graph

10 Commits

Author SHA1 Message Date
David Goodger c5b5d3c83d added Last-Modified headers to all PEPs without 2006-03-23 20:13:19 +00:00
Raymond Hettinger d324b2fcff Update and finalize PEP 218 (builtin set types):
* List the additional methods and operators that are supported.
* List differences between sets.py and the built-in types.
* Mark the {-} syntax as rejected by Guido until Python 3000.
* Note that genexps make set comprehensions moot.
* Mark the pep as final and implemented.
2004-08-27 20:28:58 +00:00
Andrew M. Kuchling 5f41fd9b90 BDFL ruling: Add section on open issues and leave it at that 2002-10-15 00:24:12 +00:00
Andrew M. Kuchling ca7b344a47 Update description of sets to match the 2.3 sets.py 2002-10-13 21:02:35 +00:00
Guido van Rossum 93ba951aab Add note about discrepancies between this PEP and the new sets module. 2002-08-20 14:00:44 +00:00
Greg Wilson 125ca2410c Updating PEP to reflect prototype implementation 2001-05-07 19:51:10 +00:00
Barry Warsaw 4158b00536 Greg Wilson's latest version 2000-12-14 17:11:17 +00:00
Barry Warsaw 4003d90c2d Greg Wilson's latest, with spell-checking by Barry. 2000-11-27 04:10:06 +00:00
Barry Warsaw 7900aada2d Added Type: header 2000-08-23 05:51:13 +00:00
Barry Warsaw cfe56e6b8f PEP 218, Adding a Built-In Set Object Type, assigned to gvwilson. 2000-07-31 20:20:31 +00:00