[Python-checkins] peps: added gettext module under proposed section

georg.brandl python-checkins at python.org
Wed Mar 23 21:25:01 CET 2011


http://hg.python.org/peps/rev/d5ba5b728024
changeset:   102:d5ba5b728024
user:        Barry Warsaw <barry at python.org>
date:        Tue Aug 15 17:09:19 2000 +0000
summary:
  added gettext module under proposed section

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


diff --git a/pep-0200.txt b/pep-0200.txt
--- a/pep-0200.txt
+++ b/pep-0200.txt
@@ -215,6 +215,9 @@
       Special syntax to give Python code access to the loop-counter in 'for'
       loops. (Without adding a new keyword.)
 
+    * Integrated gettext module - Barry Warsaw
+      wrapper around standard internationalization libraries
+
 
 Declined
 

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


More information about the Python-checkins mailing list