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
b9829fca
Commit
b9829fca
authored
Nov 03, 2012
by
Chris Jerdonek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backport from 3.2: link to mapping glossary entry in docs.
parent
ef317387
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doc/library/os.rst
Doc/library/os.rst
+1
-1
Doc/library/stdtypes.rst
Doc/library/stdtypes.rst
+1
-1
No files found.
Doc/library/os.rst
View file @
b9829fca
...
...
@@ -72,7 +72,7 @@ process and user.
.. data:: environ
A
mapping
object representing the string environment. For example,
A
:term:`mapping`
object representing the string environment. For example,
``environ['HOME']`` is the pathname of your home directory (on some platforms),
and is equivalent to ``getenv("HOME")`` in C.
...
...
Doc/library/stdtypes.rst
View file @
b9829fca
...
...
@@ -1937,7 +1937,7 @@ Mapping Types --- :class:`dict`
statement: del
builtin: len
A :
dfn
:`mapping` object maps :term:`hashable` values to arbitrary objects.
A :
term
:`mapping` object maps :term:`hashable` values to arbitrary objects.
Mappings are mutable objects. There is currently only one standard mapping
type, the :dfn:`dictionary`. (For other containers see the built in
:class:`list`, :class:`set`, and :class:`tuple` classes, and the
...
...
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