From: Benjamin Peterson Date: Sun, 18 Jan 2009 00:10:27 +0000 (+0000) Subject: Blocked revisions 68695-68696 via svnmerge X-Git-Tag: v3.0.1~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d3a4c9e5937d8540113f8e296fd3c564bd3f029;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 68695-68696 via svnmerge ................ r68695 | benjamin.peterson | 2009-01-17 18:04:57 -0600 (Sat, 17 Jan 2009) | 9 lines Merged revisions 68458 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68458 | kristjan.jonsson | 2009-01-09 14:23:16 -0600 (Fri, 09 Jan 2009) | 1 line Issue 4336: HTTPRequest._send_output() now deals with the case of the message body not being a string. This allows clients to use endheaders(message_body) instead of endheaders() + send(message_body) without making any extra checks. ........ ................ r68696 | benjamin.peterson | 2009-01-17 18:08:45 -0600 (Sat, 17 Jan 2009) | 9 lines Merged revisions 68459 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68459 | kristjan.jonsson | 2009-01-09 14:27:16 -0600 (Fri, 09 Jan 2009) | 1 line Issue 4336: Let users of HTTPConnection.endheaders() submit a message body to the function if required. ........ ................ ---