Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2cb72d3

Browse files
committed
Merged revisions 82483 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r82483 | georg.brandl | 2010-07-03 12:25:54 +0200 (Sa, 03 Jul 2010) | 1 line Add link to bytecode docs. ........
1 parent eccd50a commit 2cb72d3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/glossary.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ Glossary
6666
different Python virtual machines, nor to be stable between Python
6767
releases.
6868

69+
A list of bytecode instructions can be found in the documentation for
70+
:ref:`the dis module <bytecodes>`.
71+
6972
class
7073
A template for creating user-defined objects. Class definitions
7174
normally contain method definitions which operate on instances of the

0 commit comments

Comments
 (0)