[Python-checkins] peps: The gettext.py module is complete.

georg.brandl python-checkins at python.org
Wed Mar 23 21:27:38 CET 2011


http://hg.python.org/peps/rev/3e3849a2c6bd
changeset:   167:3e3849a2c6bd
user:        Barry Warsaw <barry at python.org>
date:        Thu Aug 31 21:24:20 2000 +0000
summary:
  The gettext.py module is complete.

files:
  pep-0200.txt |  5 ++---
  1 files changed, 2 insertions(+), 3 deletions(-)


diff --git a/pep-0200.txt b/pep-0200.txt
--- a/pep-0200.txt
+++ b/pep-0200.txt
@@ -144,9 +144,6 @@
 
     * Add \U1234678 escapes in u"" strings - Fredrik Lundh
 
-    * Integrated gettext module - Barry Warsaw
-      wrapper around standard internationalization libraries
-
 Open: proposed but not accepted or rejected
 
     * Extended slicing on lists - Michael Hudson
@@ -296,6 +293,8 @@
     * Augmented assignment - Thomas Wouters
       Add += and family, plus Python and C hooks, and API functions.
 
+    * gettext.py module - Barry Warsaw
+
 
 Postponed
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list