From: Georg Brandl Date: Sat, 3 Jul 2010 10:25:54 +0000 (+0000) Subject: Add link to bytecode docs. X-Git-Tag: v2.7~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b4eda4b5547b03fe0a8cd70a1d04f6e41830248;p=python Add link to bytecode docs. --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 9b12fcebb9..c8aff3ea9d 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 `. + class A template for creating user-defined objects. Class definitions normally contain method definitions which operate on instances of the