[New-bugs-announce] [issue20363] BytesWarnings triggerred by test suite

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Thu Jan 23 10:47:31 CET 2014


New submission from Arfrever Frehtes Taifersar Arahesis:

[194/388] test_base64
/tmp/cpython/Lib/base64.py:365: BytesWarning: str() on a bytes instance
  "by {} and {}".format(_A85START, _A85END))
...
[204/388] test_hash
/tmp/cpython/Lib/test/test_hash.py:175: BytesWarning: str() on a bytes instance
  return 'print(hash(eval(%s.decode("utf-8"))))' % repr_.encode("utf-8")
...
[234/388] test_configparser
/tmp/cpython/Lib/configparser.py:289: BytesWarning: str() on a bytes instance
  Error.__init__(self, 'Source contains parsing errors: %s' % source)
/tmp/cpython/Lib/configparser.py:326: BytesWarning: str() on a bytes instance
  (filename, lineno, line))
...
[332/388/1] test_distutils
/tmp/cpython/Lib/distutils/command/register.py:303: BytesWarning: str() on a bytes instance
  self.announce('%s%s%s' % (dashes, data, dashes))

----------
components: Library (Lib)
messages: 208903
nosy: Arfrever, eric.araujo, lukasz.langa, tarek
priority: normal
severity: normal
status: open
title: BytesWarnings triggerred by test suite
versions: Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20363>
_______________________________________


More information about the New-bugs-announce mailing list