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.
Created on 2008年03月29日 22:08 by benjamin.peterson, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| gettext_api.patch | benjamin.peterson, 2008年03月29日 22:18 | |||
| gettext_api2.patch | benjamin.peterson, 2008年05月01日 20:50 | |||
| Messages (5) | |||
|---|---|---|---|
| msg64733 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | 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) * (Python committer) | Date: 2008年05月01日 20:05 | |
This patch doesn't apply cleanly. :-( |
|||
| msg66043 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | 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) * (Python committer) | Date: 2008年06月26日 20:50 | |
This is something that should definitely happen before beta 2. |
|||
| msg69656 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | 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 -> closed resolution: fixed messages: + msg69656 |
| 2008年06月26日 20:50:39 | benjamin.peterson | set | priority: critical -> release blocker messages: + msg68800 |
| 2008年05月01日 20:50:39 | benjamin.peterson | set | files:
+ gettext_api2.patch messages: + msg66043 |
| 2008年05月01日 20:05:29 | gvanrossum | set | nosy:
+ gvanrossum messages: + msg66039 |
| 2008年03月29日 22:18:56 | benjamin.peterson | set | files: + gettext_api.patch |
| 2008年03月29日 22:08:31 | benjamin.peterson | create | |