[Python-checkins] [python/cpython] a1115e: [3.6] bpo-29755: Fixed the lgettext() family of fu...

GitHub noreply at github.com
Tue Jun 20 11:06:49 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: a1115e1a0454f0548f96cace6ee97b286dfa1c0d
      https://github.com/python/cpython/commit/a1115e1a0454f0548f96cace6ee97b286dfa1c0d
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-06-20 (Tue, 20 Jun 2017)

  Changed paths:
    M Doc/library/gettext.rst
    M Lib/gettext.py
    M Lib/test/test_gettext.py
    M Misc/NEWS

  Log Message:
  -----------
  [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)




More information about the Python-checkins mailing list