[issue8508] 2to3 fixer for gettext's .ugettext

Barry A. Warsaw report at bugs.python.org
Fri Apr 23 16:48:06 CEST 2010


New submission from Barry A. Warsaw <barry at python.org>:

gettext module in Python 3 does not have a .ugettext method because everything's already unicodes.  Here's a fixer for that.

----------
components: 2to3 (2.x to 3.0 conversion tool)
files: fix_ugettext.py
messages: 104015
nosy: barry
severity: normal
status: open
title: 2to3 fixer for gettext's .ugettext
versions: Python 2.7, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file17053/fix_ugettext.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8508>
_______________________________________


More information about the Python-bugs-list mailing list