diff options
Diffstat (limited to 'Doc/library/dis.rst')
-rw-r--r-- | Doc/library/dis.rst | 6 |
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. |