diff options
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/dis.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 01d46f8..48c42d1 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -993,13 +993,6 @@ All of the following opcodes use their arguments. Deletes local ``co_varnames[var_num]``. -.. opcode:: STORE_ANNOTATION (namei) - - Stores TOS as ``locals()['__annotations__'][co_names[namei]] = TOS``. - - .. versionadded:: 3.6 - - .. opcode:: LOAD_CLOSURE (i) Pushes a reference to the cell contained in slot *i* of the cell and free |