This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Arfrever
Recipients Arfrever, eric.araujo, lukasz.langa, tarek
Date 2014-01-23.09:47:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390470451.71.0.00122717133798.issue20363@psf.upfronthosting.co.za>
In-reply-to
Content
[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))
History
Date User Action Args
2014-01-23 09:47:31Arfreversetrecipients: + Arfrever, tarek, eric.araujo, lukasz.langa
2014-01-23 09:47:31Arfreversetmessageid: <1390470451.71.0.00122717133798.issue20363@psf.upfronthosting.co.za>
2014-01-23 09:47:31Arfreverlinkissue20363 messages
2014-01-23 09:47:31Arfrevercreate