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 ced
Recipients ced, loewis, pokoli, resteve, serhiy.storchaka, terry.reedy
Date 2016-02-28.13:52:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456667558.79.0.232190226462.issue26049@psf.upfronthosting.co.za>
In-reply-to
Content
One advantage, I see, is when xmlrpclib is overridden to use an other marshaller which is can not be feed chunk by chunk. So reducing the number of call to feed will have a bigger impact.
But I don't know if this is enough for Python.
History
Date User Action Args
2016-02-28 13:52:38cedsetrecipients: + ced, loewis, terry.reedy, serhiy.storchaka, pokoli, resteve
2016-02-28 13:52:38cedsetmessageid: <1456667558.79.0.232190226462.issue26049@psf.upfronthosting.co.za>
2016-02-28 13:52:38cedlinkissue26049 messages
2016-02-28 13:52:38cedcreate