EMPTY_FROZENSET is gone (Alexandre)
This commit is contained in:
parent
3bafcf54c5
commit
08ebc09b61
|
@ -182,8 +182,6 @@ to Alexandre Vassalotti's work):
|
||||||
* ``ADDITEMS``: add the topmost stack items to the set (to be used with
|
* ``ADDITEMS``: add the topmost stack items to the set (to be used with
|
||||||
``EMPTY_SET``).
|
``EMPTY_SET``).
|
||||||
|
|
||||||
* ``EMPTY_FROZENSET``: push a new empty frozenset object on the stack.
|
|
||||||
|
|
||||||
* ``FROZENSET``: create a frozenset object from the topmost stack items,
|
* ``FROZENSET``: create a frozenset object from the topmost stack items,
|
||||||
and push it on the stack.
|
and push it on the stack.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue