On Thu, Sep 23, 2010 at 10:06 AM, P.J. Eby <p...@telecommunity.com> wrote: > So, unless somebody has some additional arguments on this one, I think I'm > going to stick with bytes output.
I don't have a strong opinion on whether it should be bytes or strings -- I'll leave that discussion for people who know more about the details than I do. I do think input and output should be symmetric, though. If response headers are going to be bytes, then the request headers should be as well, or vice versa. The same arguments apply to both, after all. - Jeff _______________________________________________ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com