From 45faac076f095b06ec8b2da38c36b5a1c878f90c Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Thu, 20 Apr 2006 09:43:01 +0000 Subject: [PATCH] Fix dupe entry. --- pep-3100.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pep-3100.txt b/pep-3100.txt index dcd24956a..cd7f70ce7 100644 --- a/pep-3100.txt +++ b/pep-3100.txt @@ -92,7 +92,6 @@ Core language * __builtins__ should get a different name *or* completely unified with __builtin__. Keeping both with confusingly similar spellings and semantics is evil. -* Make ellipsis (``...``) a legal expression outside of slices [25]_ To be removed: @@ -289,9 +288,6 @@ References .. [24] python-3000 email http://mail.python.org/pipermail/python-3000/2006-April/000996.html -.. [25] python-3000 email ("Type Expressions") - http://mail.python.org/pipermail/python-3000/2006-April/000996.html - .. [#pep238] PEP 238 (Changing the Division Operator) http://www.python.org/dev/peps/pep-0238