This commit is contained in:
David Goodger 2004-08-27 13:16:31 +00:00
parent c9ab70af1c
commit 4957e14b72
1 changed files with 2 additions and 0 deletions

View File

@ -55,8 +55,10 @@ Core language
.bar(4, .foo)
* Return iterators instead of lists
- ``dict.keys()``, ``.values()``, ``.items()``
- ``range()``, ``zip()``
* Replace ``print`` by a function: ``write(x,y,z)``,
``writeln(x,y,z)`` [2]_
* Do something so you can catch multiple exceptions using ``except E1,