Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4dd27a3e
Commit
4dd27a3e
authored
Oct 06, 2014
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Closes #21782: the default hash(x) is not exactly id(x) but derived from it.
parent
a94ad1e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/glossary.rst
Doc/glossary.rst
+2
-2
No files found.
Doc/glossary.rst
View file @
4dd27a3e
...
...
@@ -355,8 +355,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
(
except
with
themselves
),
and
their
hash
value
is
their
:
func
:`
id
`.
compare
unequal
(
except
with
themselves
),
and
their
hash
value
is
derived
from
their
:
func
:`
id
`.
IDLE
An
Integrated
Development
Environment
for
Python
.
IDLE
is
a
basic
editor
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment