• Gregory P. Smith's avatar
    Merged revisions 77263-77264 via svnmerge from · b4066374
    Gregory P. Smith yazdı
    svn+ssh://pythondev@svn.python.org/python/trunk
    
    ........
      r77263 | gregory.p.smith | 2010-01-02 17:29:44 -0800 (Sat, 02 Jan 2010) | 4 lines
    
      Adds an optional source_address parameter to socket.create_connection().
    
      For use by issue3972.
    ........
      r77264 | gregory.p.smith | 2010-01-02 18:06:07 -0800 (Sat, 02 Jan 2010) | 5 lines
    
      issue3972: HTTPConnection and HTTPSConnection now support a
      source_address parameter.
    
      Also cleans up an annotation in the socket documentation.
    ........
    b4066374
test_httplib.py 15.3 KB