Message296452
As for the original issue in the Debian bug tracker, lgettext() and ugettext() are two right ways (depending on how you format the output, as 8-bit strings or as Unicode strings) for doing localization in Python 2, but gettext() is the right way in Python 3. |
|
| Date |
User |
Action |
Args |
| 2017-06-20 15:13:52 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, loewis, barry, petri |
| 2017-06-20 15:13:52 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2017-06-20 15:13:52 | serhiy.storchaka | link | issue29755 messages |
| 2017-06-20 15:13:52 | serhiy.storchaka | create | |
|