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 martin.panter
Recipients demian.brecht, martin.panter, orsenthil
Date 2015-01-31.01:29:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422667757.73.0.014600514684.issue23350@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry my comment was a bit rushed. I wasn’t saying this feature shouldn’t be added. I guess I was pointing out two things:

1. Someone should updated the documentation to say that Content-Length no longer has to be explicitly provided for lists and tuples.

2. Perhaps you could consider using the same len(memoryview) * memoryview.itemsize technique used in urllib, so that the length of e.g. array.array("I", range(3)) is correct. But that is tangential to what you are trying to achieve, and now I realize coping with Latin-1 encoding at the same time might make it a bit too complicated, so perhaps don’t worry about it :)
History
Date User Action Args
2015-01-31 01:29:17martin.pantersetrecipients: + martin.panter, orsenthil, demian.brecht
2015-01-31 01:29:17martin.pantersetmessageid: <1422667757.73.0.014600514684.issue23350@psf.upfronthosting.co.za>
2015-01-31 01:29:17martin.panterlinkissue23350 messages
2015-01-31 01:29:16martin.pantercreate