[Python-checkins] r68697 - python/branches/release30-maint

benjamin.peterson python-checkins at python.org
Sun Jan 18 01:10:27 CET 2009


Author: benjamin.peterson
Date: Sun Jan 18 01:10:27 2009
New Revision: 68697

Log:
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.
  ........
................


Modified:
   python/branches/release30-maint/   (props changed)


More information about the Python-checkins mailing list