]> granicus.if.org Git - python/commitdiff
Add link to bytecode docs.
authorGeorg Brandl <georg@python.org>
Sat, 3 Jul 2010 10:25:54 +0000 (10:25 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 3 Jul 2010 10:25:54 +0000 (10:25 +0000)
Doc/glossary.rst

index 9b12fcebb9aaabe8ab0f2314030e147528c791cf..c8aff3ea9d583ce90656791c74400ffed4381637 100644 (file)
@@ -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