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

They now always return bytes.

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