Message208903
[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)) |
|
Date |
User |
Action |
Args |
2014-01-23 09:47:31 | Arfrever | set | recipients:
+ Arfrever, tarek, eric.araujo, lukasz.langa |
2014-01-23 09:47:31 | Arfrever | set | messageid: <1390470451.71.0.00122717133798.issue20363@psf.upfronthosting.co.za> |
2014-01-23 09:47:31 | Arfrever | link | issue20363 messages |
2014-01-23 09:47:31 | Arfrever | create | |
|