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 ajaborsk
Recipients ajaborsk, gvanrossum, vstinner, yselivanov
Date 2014-03-04.07:35:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393918517.87.0.138385526354.issue20841@psf.upfronthosting.co.za>
In-reply-to
Content
Well,

  You're right, I'm confused, and I cannot use the http.client.parse_headers(). I made a workaround by reading all lines in a BytesIO and parse this one.

  Anyway, if it not possible to use a file like object with the asyncio module, which is absolutly fantastic (I installed the 3.4RC just for it), a lot a modules will need a rewrite/adaptation to be useable. I guess every module that use any kind of IO is the list : logging, servers, parsers, etc.

  Thanks !

Alexandre
History
Date User Action Args
2014-03-04 07:35:18ajaborsksetrecipients: + ajaborsk, gvanrossum, vstinner, yselivanov
2014-03-04 07:35:17ajaborsksetmessageid: <1393918517.87.0.138385526354.issue20841@psf.upfronthosting.co.za>
2014-03-04 07:35:17ajaborsklinkissue20841 messages
2014-03-04 07:35:16ajaborskcreate