From 4957e14b723056faba59b1f616b25cafc86b667b Mon Sep 17 00:00:00 2001 From: David Goodger Date: Fri, 27 Aug 2004 13:16:31 +0000 Subject: [PATCH] markup --- pep-3000.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pep-3000.txt b/pep-3000.txt index fd8a5665c..899df04ab 100644 --- a/pep-3000.txt +++ b/pep-3000.txt @@ -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,