[Jython-checkins] jython: Copy over CPython version of gettext module

jim.baker jython-checkins at python.org
Fri Mar 20 19:59:39 CET 2015


https://hg.python.org/jython/rev/6c0fe6e598ba
changeset:   7624:6c0fe6e598ba
user:        Jim Baker <jim.baker at rackspace.com>
date:        Fri Mar 20 12:59:27 2015 -0600
summary:
  Copy over CPython version of gettext module

files:
  CPythonLib.includes |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/CPythonLib.includes b/CPythonLib.includes
--- a/CPythonLib.includes
+++ b/CPythonLib.includes
@@ -74,6 +74,7 @@
 functools.py
 genericpath.py
 getopt.py
+gettext.py
 glob.py
 gopherlib.py
 hashlib.py

-- 
Repository URL: https://hg.python.org/jython


More information about the Jython-checkins mailing list