[Python-checkins] [python/cpython] 26cb46: bpo-29755: Fixed the lgettext() family of function...

GitHub noreply at github.com
Tue Jun 20 10:13:31 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 26cb4657bcc9a7adffa95798ececb588dddfeadb
      https://github.com/python/cpython/commit/26cb4657bcc9a7adffa95798ececb588dddfeadb
  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:
  -----------
  bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#2266)

They now always return bytes.

Updated the gettext documentation.




More information about the Python-checkins mailing list