]> granicus.if.org Git - python/commit
bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#2266)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 20 Jun 2017 14:13:29 +0000 (17:13 +0300)
committerGitHub <noreply@github.com>
Tue, 20 Jun 2017 14:13:29 +0000 (17:13 +0300)
commit26cb4657bcc9a7adffa95798ececb588dddfeadb
treee1ebdeb6ee1f428a739a50933ffef3e6ee141aa8
parent8457706ee308a621103e9b9c760ca9da3cc4e7c0
bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#2266)

They now always return bytes.

Updated the gettext documentation.
Doc/library/gettext.rst
Lib/gettext.py
Lib/test/test_gettext.py
Misc/NEWS