diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-05-28 19:40:15 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-05-28 19:40:15 (GMT) |
commit | 0938d98bcc684b01e92112245b5868e7b920a5a2 (patch) | |
tree | dc14b536462428ba58231f4588e759491a4e78ba /Doc/library/dis.rst | |
parent | 2ec8f9bffc952a2ebc17b91787298be1180e517f (diff) | |
parent | 264be6f48f107d831ccecdf68a1b82c7b61f3a17 (diff) | |
download | cpython-0938d98bcc684b01e92112245b5868e7b920a5a2.zip cpython-0938d98bcc684b01e92112245b5868e7b920a5a2.tar.gz cpython-0938d98bcc684b01e92112245b5868e7b920a5a2.tar.bz2 |
merge 3.5
Diffstat (limited to 'Doc/library/dis.rst')
-rw-r--r-- | Doc/library/dis.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 5ef5e8d..2e938ab 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -848,10 +848,6 @@ the more significant byte last. Pushes a try block from a try-except clause onto the block stack. *delta* points to the finally block. -.. opcode:: STORE_MAP - - Store a key and value pair in a dictionary. Pops the key and value while - leaving the dictionary on the stack. .. opcode:: LOAD_FAST (var_num) |