The gettext.py module is complete.

This commit is contained in:
Barry Warsaw 2000-08-31 21:24:20 +00:00
parent c0b08ef899
commit 36b21daa24
1 changed files with 2 additions and 3 deletions

View File

@ -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