[New-bugs-announce] [issue34166] Tools/msgfmt.py emits a DeprecationWarning under Python 3.7

Lele Gaifax report at bugs.python.org
Fri Jul 20 08:06:04 EDT 2018


New submission from Lele Gaifax <lelegaifax at gmail.com>:

$ python3.7 msgfmt.py -o test.mo test.po 
msgfmt.py:199: DeprecationWarning: tostring() is deprecated. Use tobytes() instead.
  output = generate()

----------
components: Demos and Tools
messages: 322001
nosy: lelit
priority: normal
severity: normal
status: open
title: Tools/msgfmt.py emits a DeprecationWarning under Python 3.7
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34166>
_______________________________________


More information about the New-bugs-announce mailing list