On Mon, Jan 27, 2014 at 5:21 AM, Victor Stinner
<victor.stin...@gmail.com> wrote:
> - asyncio.IncompleReadError.expected is the total expected size, not
> the remaining size

Why not be consistent with the meaning of
http.client.IncompleteRead.expected? The current meaning can be
recovered via len(e.partial) + e.expected.

-- Devin
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to