[Python-checkins] r82485 - in python/branches/py3k: Doc/glossary.rst

georg.brandl python-checkins at python.org
Sat Jul 3 12:26:54 CEST 2010


Author: georg.brandl
Date: Sat Jul  3 12:26:54 2010
New Revision: 82485

Log:
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.
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Doc/glossary.rst

Modified: python/branches/py3k/Doc/glossary.rst
==============================================================================
--- python/branches/py3k/Doc/glossary.rst	(original)
+++ python/branches/py3k/Doc/glossary.rst	Sat Jul  3 12:26:54 2010
@@ -66,6 +66,9 @@
       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 <bytecodes>`.
+
    class
       A template for creating user-defined objects. Class definitions
       normally contain method definitions which operate on instances of the


More information about the Python-checkins mailing list