[issue2512] decide what to do with gettext API

2008-07-14 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: done in r64947. -- resolution: - fixed status: open - closed ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue2512 ___

[issue2512] decide what to do with gettext API

2008-06-26 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: This is something that should definitely happen before beta 2. -- priority: critical - release blocker ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue2512

[issue2512] decide what to do with gettext API

2008-05-01 Thread Guido van Rossum
Guido van Rossum [EMAIL PROTECTED] added the comment: This patch doesn't apply cleanly. :-( -- nosy: +gvanrossum __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2512 __

[issue2512] decide what to do with gettext API

2008-05-01 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: I've pushed a fresh branch and am attaching a new patch. Added file: http://bugs.python.org/file10153/gettext_api2.patch __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2512

[issue2512] decide what to do with gettext API

2008-03-29 Thread Benjamin Peterson
New submission from Benjamin Peterson [EMAIL PROTECTED]: 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

[issue2512] decide what to do with gettext API

2008-03-29 Thread Benjamin Peterson
Changes by Benjamin Peterson [EMAIL PROTECTED]: Added file: http://bugs.python.org/file9896/gettext_api.patch __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2512 __ ___