]> granicus.if.org Git - python/commit
[3.5] bpo-29755: Fixed the lgettext() family of functions in the gettext module....
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 20 Jun 2017 15:06:45 +0000 (18:06 +0300)
committerGitHub <noreply@github.com>
Tue, 20 Jun 2017 15:06:45 +0000 (18:06 +0300)
commit29c89d00bf4b57c5ee2aafe660002ce1b8cea176
treea7c667cc5e963260cf61f3d1faa5c2d6ca14aa8d
parent410860662f53945cddf5886801c5a88a84801fec
[3.5] bpo-29755: Fixed the lgettext() family of functions in the gettext module. (GH-2266) (#2298)

They now always return bytes.

Updated the gettext documentation.
(cherry picked from commit 26cb465)
Doc/library/gettext.rst
Lib/gettext.py
Lib/test/test_gettext.py
Misc/NEWS