diff --git a/pep-3100.txt b/pep-3100.txt index 6b16abf8c..a8b538107 100644 --- a/pep-3100.txt +++ b/pep-3100.txt @@ -57,7 +57,6 @@ Core language * ``exec`` as a statement is not worth it -- make it a function * Add optional declarations for static typing [11]_ * Support only new-style classes; classic classes will be gone [1]_ -* OR... Make keys() etc. return "views" a la Java collections??? * Replace ``print`` by a function [16]_ * Do something so you can catch multiple exceptions using ``except E1, E2, E3:``. Maybe use ``except E1, E2, E3 as err:`` if you want the