From fd91896d807d9de11eae067fd06292e82e21f663 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 9 Feb 2007 05:41:37 +0000 Subject: [PATCH] Mark print conversion as mostly done. --- pep-3100.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-3100.txt b/pep-3100.txt index ba61176f1..fd0f08fef 100644 --- a/pep-3100.txt +++ b/pep-3100.txt @@ -67,7 +67,7 @@ Core language * ``exec`` as a statement is not worth it -- make it a function [done] * (Maybe) add optional declarations for static typing [#pep3107]_ [10]_ * Support only new-style classes; classic classes will be gone [1]_ [done] -* Replace ``print`` by a function [14]_ [#pep3105]_ +* Replace ``print`` by a function [14]_ [#pep3105]_ [mostly done] * Use ``except E1, E2, E3 as err:`` if you want the error variable. [3]_ * ``None`` becomes a keyword [4]_ (What about ``True``, ``False``?) * ``...`` to become a general expression element [16]_ [done]