summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-05-16 19:37:25 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-05-16 19:37:25 (GMT)
commite8e14591ebb729b4fa19626ce245fa0811cf6f32 (patch)
tree6448a655b30bd5f6d1f23137ebb5f8183547f109 /Doc/library
parente914123d1f07159f32bf4330556397ce4d590189 (diff)
downloadcpython-e8e14591ebb729b4fa19626ce245fa0811cf6f32.zip
cpython-e8e14591ebb729b4fa19626ce245fa0811cf6f32.tar.gz
cpython-e8e14591ebb729b4fa19626ce245fa0811cf6f32.tar.bz2
rather than passing locals to the class body, just execute the class body in the proper environment
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/dis.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index fb66909..468ce92 100644
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -596,12 +596,6 @@ the stack so that it is available for further iterations of the loop.
.. XXX explain the WHY stuff!
-.. opcode:: STORE_LOCALS
-
- Pops TOS from the stack and stores it as the current frame's ``f_locals``.
- This is used in class construction.
-
-
All of the following opcodes expect arguments. An argument is two bytes, with
the more significant byte last.