]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Blocked revisions 68695-68696 via svnmerge
authorBenjamin Peterson <benjamin@python.org>
Sun, 18 Jan 2009 00:10:27 +0000 (00:10 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 18 Jan 2009 00:10:27 +0000 (00:10 +0000)
................
  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.
  ........
................


No differences found