This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients barry, benjamin.peterson
Date 2008-03-29.22:08:30
SpamBayes Score 0.019566355
Marked as misclassified No
Message-id <1206828512.7.0.626832335532.issue2512@psf.upfronthosting.co.za>
In-reply-to
Content
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/.
History
Date User Action Args
2008-03-29 22:08:33benjamin.petersonsetspambayes_score: 0.0195664 -> 0.019566355
recipients: + benjamin.peterson, barry
2008-03-29 22:08:32benjamin.petersonsetspambayes_score: 0.0195664 -> 0.0195664
messageid: <1206828512.7.0.626832335532.issue2512@psf.upfronthosting.co.za>
2008-03-29 22:08:31benjamin.petersonlinkissue2512 messages
2008-03-29 22:08:30benjamin.petersoncreate