summaryrefslogtreecommitdiffstats
path: root/Doc/library/dis.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-05-28 19:40:08 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-05-28 19:40:08 (GMT)
commit264be6f48f107d831ccecdf68a1b82c7b61f3a17 (patch)
treed80c956f969469749ce768f857fd7c680fde0259 /Doc/library/dis.rst
parentee85339cc69af6b29a37b85a5695fb9c12f0f0a3 (diff)
downloadcpython-264be6f48f107d831ccecdf68a1b82c7b61f3a17.zip
cpython-264be6f48f107d831ccecdf68a1b82c7b61f3a17.tar.gz
cpython-264be6f48f107d831ccecdf68a1b82c7b61f3a17.tar.bz2
remove STORE_MAP, since it's unused
Diffstat (limited to 'Doc/library/dis.rst')
-rw-r--r--Doc/library/dis.rst4
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)