EMPTY_FROZENSET is gone (Alexandre)

This commit is contained in:
Antoine Pitrou 2013-11-21 01:48:24 +01:00
parent 3bafcf54c5
commit 08ebc09b61
1 changed files with 0 additions and 2 deletions

View File

@ -182,8 +182,6 @@ to Alexandre Vassalotti's work):
* ``ADDITEMS``: add the topmost stack items to the set (to be used with
``EMPTY_SET``).
* ``EMPTY_FROZENSET``: push a new empty frozenset object on the stack.
* ``FROZENSET``: create a frozenset object from the topmost stack items,
and push it on the stack.