diff --git a/pep-0200.txt b/pep-0200.txt index 2defbe93b..645438e59 100644 --- a/pep-0200.txt +++ b/pep-0200.txt @@ -144,9 +144,6 @@ Accepted and in progress * 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 @@ Accepted and completed * Augmented assignment - Thomas Wouters Add += and family, plus Python and C hooks, and API functions. + * gettext.py module - Barry Warsaw + Postponed