Message 64733 - Python tracker
Message64733
| 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:33 | benjamin.peterson | set | spambayes_score: 0.0195664 -> 0.019566355 recipients: + benjamin.peterson, barry |
| 2008-03-29 22:08:32 | benjamin.peterson | set | spambayes_score: 0.0195664 -> 0.0195664 messageid: <1206828512.7.0.626832335532.issue2512@psf.upfronthosting.co.za> |
| 2008-03-29 22:08:31 | benjamin.peterson | link | issue2512 messages |
| 2008-03-29 22:08:30 | benjamin.peterson | create | |