[Python-checkins] peps: EMPTY_FROZENSET is gone (Alexandre)

antoine.pitrou python-checkins at python.org
Thu Nov 21 01:48:52 CET 2013


http://hg.python.org/peps/rev/23ed6838856b
changeset:   5307:23ed6838856b
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Thu Nov 21 01:48:24 2013 +0100
summary:
  EMPTY_FROZENSET is gone (Alexandre)

files:
  pep-3154.txt |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/pep-3154.txt b/pep-3154.txt
--- a/pep-3154.txt
+++ b/pep-3154.txt
@@ -182,8 +182,6 @@
 * ``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.
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list