cpython: d9255c100971 (original) (raw)
Mercurial > cpython
changeset 81863:d9255c100971 3.3
#16128: merge with 3.2. [#16128]
Ezio Melotti ezio.melotti@gmail.com | |
---|---|
date | Fri, 01 Feb 2013 05:20:06 +0200 |
parents | 886f48754f7e(current diff)e84c5cf92b6f(diff) |
children | 1890c63f6153 9d68f705e25f |
files | Doc/glossary.rst |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-)[+] [-] Doc/glossary.rst 3 |
line wrap: on
line diff
--- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -320,7 +320,8 @@ Glossary All of Python's immutable built-in objects are hashable, while no mutable containers (such as lists or dictionaries) are. Objects which are instances of user-defined classes are hashable by default; they all
compare unequal, and their hash value is their :func:`id`.[](#l1.7)
compare unequal (except with themselves), and their hash value is their[](#l1.8)
:func:`id`.[](#l1.9)
IDLE An Integrated Development Environment for Python. IDLE is a basic editor