bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index 875ab8b..0491a9d 100644
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -1256,6 +1256,15 @@
.. versionadded:: 3.10
+
+.. opcode:: ROT_N (count)
+
+ Lift the top *count* stack items one position up, and move TOS down to
+ position *count*.
+
+ .. versionadded:: 3.10
+
+
.. opcode:: HAVE_ARGUMENT
This is not really an opcode. It identifies the dividing line between