[pypy-svn] r56365 - pypy/dist/pypy/lib

haypo at codespeak.net haypo at codespeak.net
Tue Jul 8 01:26:31 CEST 2008


Author: haypo
Date: Tue Jul  8 01:26:30 2008
New Revision: 56365

Modified:
   pypy/dist/pypy/lib/_locale.py
Log:
Add missing exported symboles in _locale module


Modified: pypy/dist/pypy/lib/_locale.py
==============================================================================
--- pypy/dist/pypy/lib/_locale.py	(original)
+++ pypy/dist/pypy/lib/_locale.py	Tue Jul  8 01:26:30 2008
@@ -417,7 +417,7 @@
     'setlocale', 'localeconv', 'strxfrm', 'strcoll',
     'gettext', 'dgettext', 'dcgettext', 'textdomain',
     'bindtextdomain',
-)
+) + _CONSTANTS
 if _bind_textdomain_codeset:
     __all__ += ('bind_textdomain_codeset',)
 if HAS_LANGINFO:



More information about the Pypy-commit mailing list