New submission from Barry A. Warsaw <ba...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8508>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to