From fc3c3bfeef3cda23175c3dcd07cf8b785978c92e Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 16 Aug 2000 15:03:52 +0000 Subject: [PATCH] Tim forgot to include PEP 214 feature under "proposed but not accepted or declined". --- pep-0200.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pep-0200.txt b/pep-0200.txt index 8ed72e4e7..515ca877a 100644 --- a/pep-0200.txt +++ b/pep-0200.txt @@ -227,6 +227,12 @@ Open: proposed but not accepted or declined * Integrated gettext module - Barry Warsaw wrapper around standard internationalization libraries + * Extended print statement - Barry Warsaw + PEP 214 + http://python.sourceforge.net/peps/pep-0214.html + SF Patch #100970 + http://sourceforge.net/patch/?func=detailpatch&patch_id=100970&group_id=5470 + Declined