Commit Graph

9 Commits

Author SHA1 Message Date
Brett Cannon 2362fff60a Fix up marking PEP 3106 as accepted (was already listed in the Accepted section
of PEP 0).  Not marking as Implemented as some Open Issues are still listed.
2007-03-04 19:59:36 +00:00
Guido van Rossum 33498634af Restore the previous definition of __eq__ for d_values.
There was a reason I did it by modifying a list!
2007-02-24 05:41:38 +00:00
Guido van Rossum 7c97ac0ea4 Sorry, PEP 3106 is not yet accepted. Also removed mutating operations
and added some clarifications.
2007-02-20 23:32:28 +00:00
Georg Brandl f7cee114e2 Mark diverse Py3000 PEPs as accepted, mark PEPs 328 and 3105 as Final. 2007-02-17 18:42:37 +00:00
Guido van Rossum 2faa29c5cf - Clarify that the ordering of keys, values and items is compatible.
- Note that comparing two d_items instances could compare the underlying
  dicts.
- Ask whether we need more of a motivation.
- Observe that we could cache+reuse the keys/values/items objects.
2006-12-24 01:33:16 +00:00
Guido van Rossum 9cf994cde3 Clarified lots of issues, added more open issues. 2006-12-23 05:22:30 +00:00
Neal Norwitz 9c21601ee9 Fix typo 2006-12-20 06:36:16 +00:00
Guido van Rossum 9be72a8133 Wrote the real PEP (mostly). 2006-12-20 05:44:20 +00:00
Guido van Rossum c599c8e2ef Not really creating the PEP, just a stub to reserve the PEP number. 2006-12-20 03:03:44 +00:00