changeset: 4124:7278026a5db9 user: Victor Stinner date: Sat Mar 10 11:43:45 2012 +0100 files: pep-0416.txt description: PEP 416: remove mentions of mutable/immutable diff -r 7dfbd4848412 -r 7278026a5db9 pep-0416.txt --- a/pep-0416.txt Sat Mar 10 07:56:55 2012 +0100 +++ b/pep-0416.txt Sat Mar 10 11:43:45 2012 +0100 @@ -20,9 +20,8 @@ ========= A frozendict is a read-only mapping: a key cannot be added nor removed, and a -key is always mapped to the same value. However, frozendict values can be -mutable (not hashable). A frozendict is hashable and so immutable if and only -if all values are hashable (immutable). +key is always mapped to the same value. However, frozendict values can be not +hashable. A frozendict is hashable if and only if all values are hashable. Use cases:

AltStyle によって変換されたページ (->オリジナル) /