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 vstinner
Recipients ajaborsk, gvanrossum, vstinner, yselivanov
Date 2014-03-03.10:45:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393843521.91.0.00727383289204.issue20841@psf.upfronthosting.co.za>
In-reply-to
Content
The readline() limit can be set in the StreamReader constructor:
http://docs.python.org/dev/library/asyncio-stream.html#streamreader

Oh, it looks like it is not documented :-(
History
Date User Action Args
2014-03-03 10:45:22vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, ajaborsk
2014-03-03 10:45:21vstinnersetmessageid: <1393843521.91.0.00727383289204.issue20841@psf.upfronthosting.co.za>
2014-03-03 10:45:21vstinnerlinkissue20841 messages
2014-03-03 10:45:21vstinnercreate