Commit Graph

11 Commits

Author SHA1 Message Date
Victor Stinner eb118a65fe PEP 416: Mention the new types.MappingProxyType added to Python 3.3 2012-04-16 01:05:52 +02:00
Guido van Rossum a70119cec8 Sign rejection notices. 2012-03-21 19:02:27 -07:00
Guido van Rossum 5483903c9f Reject PEP 416 (frozendict) with reasons why. 2012-03-21 16:47:27 -07:00
Victor Stinner 50ac320fed PEP 416: Rephrase use cases; add more existing implementations 2012-03-15 00:41:46 +01:00
Victor Stinner 0b2f139d85 PEP 416: Add links to existing implementations 2012-03-14 23:18:49 +01:00
Victor Stinner d611d41bfe PEP 416: add a section about dictproxy, add more links to Python recipes 2012-03-14 13:55:31 +01:00
Victor Stinner ae97510b98 PEP 416: remove mentions of mutable/immutable 2012-03-10 11:43:45 +01:00
Victor Stinner 6e7b0815b4 PEP 416: add the default value of a function argument use case 2012-03-04 00:07:10 +01:00
Victor Stinner dda1526b8d PEP 416: add more use cases 2012-03-03 23:00:19 +01:00
Victor Stinner d0beba79d5 PEP 416
* Rephrase the first Rationale paragraph
 * Add 2 more use cases: cache and sandbox
 * Fix a typo
2012-03-01 13:06:07 +01:00
Victor Stinner 1c97a4495b Add the PEP 416: Add a frozendict builtin type 2012-02-29 18:58:50 +01:00