Issue 2512: decide what to do with gettext API (original ) (raw ) This issue has been migrated to GitHub: https://github.com/python/cpython/issues/46764
classification
process
Created on 2008-03-29 22:08 by benjamin.peterson , last changed 2022-04-11 14:56 by admin . This issue is now closed .
Messages (5)
msg64733 - (view)
Author: Benjamin Peterson (benjamin.peterson) *
Date: 2008-03-29 22:08
The gettext module currently has functions and methods beginning with "u" to designate functions which return unicode objects. The install function/method also has a "unicode" parameter. These are obviously useless in Py3k. The attached patch removes the u prefixed functions and and unicode parameters. Docs updates are included. PS. If you're interested, the Bazaar branch I developed this on is at http://code.python.org/python/users/benjamin.peterson/py3k_gettext_api/ .
msg66039 - (view)
Author: Guido van Rossum (gvanrossum) *
Date: 2008-05-01 20:05
This patch doesn't apply cleanly. :-(
msg66043 - (view)
Author: Benjamin Peterson (benjamin.peterson) *
Date: 2008-05-01 20:50
I've pushed a fresh branch and am attaching a new patch.
msg68800 - (view)
Author: Benjamin Peterson (benjamin.peterson) *
Date: 2008-06-26 20:50
This is something that should definitely happen before beta 2.
msg69656 - (view)
Author: Benjamin Peterson (benjamin.peterson) *
Date: 2008-07-14 14:33
done in r64947 .
History
Date
User
Action
Args
2022-04-11 14:56:32
admin
set
github: 46764
2008-07-14 14:33:47
benjamin.peterson
set
status: open -> closedresolution: fixedmessages: +
2008-06-26 20:50:39
benjamin.peterson
set
priority: critical -> release blockermessages: +
2008-05-01 20:50:39
benjamin.peterson
set
files: + gettext_api2.patch messages: +
2008-05-01 20:05:29
gvanrossum
set
nosy: + gvanrossum messages: +
2008-03-29 22🔞56
benjamin.peterson
set
files: + gettext_api.patch
2008-03-29 22:08:31
benjamin.peterson
create