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 luch
Recipients luch
Date 2017-12-10.10:45:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512902753.61.0.213398074469.issue32268@psf.upfronthosting.co.za>
In-reply-to
Content
$ python3 -c 'import io, quopri; quopri.decode(io.StringIO("some initial text data"), io.StringIO())'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/quopri.py", line 125, in decode
    output.write(odata)
TypeError: string argument expected, got 'bytes'
History
Date User Action Args
2017-12-10 10:45:53luchsetrecipients: + luch
2017-12-10 10:45:53luchsetmessageid: <1512902753.61.0.213398074469.issue32268@psf.upfronthosting.co.za>
2017-12-10 10:45:53luchlinkissue32268 messages
2017-12-10 10:45:53luchcreate