summaryrefslogtreecommitdiffstats
path: root/Doc/reference
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-06-09 23:36:40 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-06-09 23:36:40 (GMT)
commit5848ac2df0169bb4a4910a3690df560cd2e77447 (patch)
tree66baf8e53edba49fd3ed13e89cb2c67539209c13 /Doc/reference
parentb08388d5f2e62577e1a2379deb1681af4f148811 (diff)
parente9b8403a1f5c4ecd199d1f0a03a49b6684a6b707 (diff)
downloadcpython-5848ac2df0169bb4a4910a3690df560cd2e77447.zip
cpython-5848ac2df0169bb4a4910a3690df560cd2e77447.tar.gz
cpython-5848ac2df0169bb4a4910a3690df560cd2e77447.tar.bz2
Issue #15476: Merge index entries from 3.5
Diffstat (limited to 'Doc/reference')
-rw-r--r--Doc/reference/datamodel.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
index 78b59f3..c707452 100644
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -846,11 +846,9 @@ Internal types
definitions may change with future versions of the interpreter, but they are
mentioned here for completeness.
- Code objects
- .. index::
- single: bytecode
- object: code
+ .. index:: bytecode, object; code, code object
+ Code objects
Code objects represent *byte-compiled* executable Python code, or :term:`bytecode`.
The difference between a code object and a function object is that the function
object contains an explicit reference to the function's globals (the module in