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 mjacob
Recipients mjacob
Date 2013-02-22.11:51:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361533910.18.0.171514836206.issue17275@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import io
>>> io.BufferedWriter(io.BytesIO(), 1024, 1024, 1024)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: BufferedReader() takes at most 2 arguments (4 given)

It should be "BufferedWriter()" instead of "BufferedReader()".
History
Date User Action Args
2013-02-22 11:51:50mjacobsetrecipients: + mjacob
2013-02-22 11:51:50mjacobsetmessageid: <1361533910.18.0.171514836206.issue17275@psf.upfronthosting.co.za>
2013-02-22 11:51:50mjacoblinkissue17275 messages
2013-02-22 11:51:49mjacobcreate