summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-03 10:25:54 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-03 10:25:54 (GMT)
commit2b4eda4b5547b03fe0a8cd70a1d04f6e41830248 (patch)
tree6917fca4c5b4813c1ad76b8cf59370bef953a348
parent58df679b5e25f365a5cc946164343839bba82db0 (diff)
downloadcpython-2b4eda4b5547b03fe0a8cd70a1d04f6e41830248.zip
cpython-2b4eda4b5547b03fe0a8cd70a1d04f6e41830248.tar.gz
cpython-2b4eda4b5547b03fe0a8cd70a1d04f6e41830248.tar.bz2
Add link to bytecode docs.
-rw-r--r--Doc/glossary.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index 9b12fce..c8aff3e 100644
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -63,6 +63,9 @@ Glossary
"intermediate language" is said to run on a :term:`virtual machine`
that executes the machine code corresponding to each bytecode.
+ A list of bytecode instructions can be found in the documentation for
+ :ref:`the dis module <bytecodes>`.
+
class
A template for creating user-defined objects. Class definitions
normally contain method definitions which operate on instances of the