[issue20511] asyncio: StreamReader should use bytearray for its internal buffer

2014-02-16 Thread STINNER Victor
STINNER Victor added the comment: The issue has been fixed. changeset: 88979:260d6e1e9b0f user:Yury Selivanov date:Wed Feb 05 18:11:13 2014 -0500 files: Lib/asyncio/streams.py Lib/test/test_asyncio/test_streams.py description: asyncio.streams: Use bytebuffer in StreamRea

[issue20511] asyncio: StreamReader should use bytearray for its internal buffer

2014-02-04 Thread Yury Selivanov
New submission from Yury Selivanov: This issue on google code: https://code.google.com/p/tulip/issues/detail?id=124 -- files: sr_ba_01.patch keywords: needs review, patch messages: 210253 nosy: gvanrossum, haypo, pitrou, yselivanov priority: normal severity: normal status: open title: as