Remove a stray line (duplicated).
This commit is contained in:
parent
9f27a6160f
commit
8276957552
|
@ -57,7 +57,6 @@ Core language
|
||||||
* ``exec`` as a statement is not worth it -- make it a function
|
* ``exec`` as a statement is not worth it -- make it a function
|
||||||
* Add optional declarations for static typing [11]_
|
* Add optional declarations for static typing [11]_
|
||||||
* Support only new-style classes; classic classes will be gone [1]_
|
* 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]_
|
* Replace ``print`` by a function [16]_
|
||||||
* Do something so you can catch multiple exceptions using ``except E1,
|
* 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
|
E2, E3:``. Maybe use ``except E1, E2, E3 as err:`` if you want the
|
||||||
|
|
Loading…
Reference in New Issue