mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
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. ........
This commit is contained in:
parent
eccd50a0db
commit
2cb72d3aad
1 changed files with 3 additions and 0 deletions
|
@ -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 <bytecodes>`.
|
||||
|
||||
class
|
||||
A template for creating user-defined objects. Class definitions
|
||||
normally contain method definitions which operate on instances of the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue