[Python-Dev] News from asyncio
Devin Jeanpierre
jeanpierreda at gmail.com
Mon Jan 27 18:15:55 CET 2014
More information about the Python-Dev mailing list
Mon Jan 27 18:15:55 CET 2014
- Previous message: [Python-Dev] News from asyncio
- Next message: [Python-Dev] Python 3.4, marshal dumps slower (version 3 protocol)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Jan 27, 2014 at 5:21 AM, Victor Stinner <victor.stinner at 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
- Previous message: [Python-Dev] News from asyncio
- Next message: [Python-Dev] Python 3.4, marshal dumps slower (version 3 protocol)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list