[Python-checkins] r43677 - peps/trunk/pep-3100.txt
guido.van.rossum
python-checkins at python.org
Thu Apr 6 02:16:49 CEST 2006
Author: guido.van.rossum
Date: Thu Apr 6 02:16:48 2006
New Revision: 43677
Modified:
peps/trunk/pep-3100.txt
Log:
Remove a stray line (duplicated).
Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt (original)
+++ peps/trunk/pep-3100.txt Thu Apr 6 02:16:48 2006
@@ -57,7 +57,6 @@
* ``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
More information about the Python-checkins
mailing list