Commit db7a1d6e authored by Zachary Ware's avatar Zachary Ware

Document the BUILD_SET opcode.

Reported by Hrvoje Abraham on docs@.
parent 3a754038
......@@ -647,6 +647,13 @@ the more significant byte last.
Works as ``BUILD_TUPLE``, but creates a list.
.. opcode:: BUILD_SET (count)
Works as ``BUILD_TUPLE``, but creates a set.
.. versionadded:: 2.7
.. opcode:: BUILD_MAP (count)
Pushes a new dictionary object onto the stack. The dictionary is pre-sized
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment