From: Georg Brandl Date: Sat, 3 Jul 2010 10:26:54 +0000 (+0000) Subject: Merged revisions 82483 via svnmerge from X-Git-Tag: v3.2a1~345 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2cb72d3aad0ea64193b94033900e107d82ac5cec;p=thirdparty%2FPython%2Fcpython.git Merged revisions 82483 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r82483 | georg.brandl | 2010-07-03 12:25:54 +0200 (Sa, 03 Jul 2010) | 1 line Add link to bytecode docs. ........ --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 98744eb18c53..036381f6408e 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -66,6 +66,9 @@ Glossary different Python virtual machines, nor to be stable between Python releases. + 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