classification
Title: 2to3 fixer for gettext's .ugettext
Type: Stage:
Components: 2to3 (2.x to 3.x conversion tool) Versions: Python 3.2, Python 3.1, Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: barry, benjamin.peterson
Priority: normal Keywords:

Created on 2010-04-23 14:48 by barry, last changed 2010-04-23 20:53 by benjamin.peterson.

Files
File name Uploaded Description Edit
fix_ugettext.py barry, 2010-04-23 14:48
Messages (2)
msg104015 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2010-04-23 14:48
gettext module in Python 3 does not have a .ugettext method because everything's already unicodes.  Here's a fixer for that.
msg104052 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2010-04-23 20:53
You should follow the model of fix_getcwdu, which handles more cases.
History
Date User Action Args
2010-04-23 20:53:41benjamin.petersonsetnosy: + benjamin.peterson
messages: + msg104052
2010-04-23 14:48:04barrycreate