diff options
author | Facundo Batista <facundobatista@gmail.com> | 2007-03-23 18:54:07 (GMT) |
---|---|---|
committer | Facundo Batista <facundobatista@gmail.com> | 2007-03-23 18:54:07 (GMT) |
commit | 07c78be0b4723deb62acebab50888cc59b1e4eb2 (patch) | |
tree | 0d1da08d12eafe4ac485889e1aac891e035c0696 /Misc | |
parent | f102e24bd34442026f4200a298a8b08d1deb3616 (diff) | |
download | cpython-07c78be0b4723deb62acebab50888cc59b1e4eb2.zip cpython-07c78be0b4723deb62acebab50888cc59b1e4eb2.tar.gz cpython-07c78be0b4723deb62acebab50888cc59b1e4eb2.tar.bz2 |
Added a 'create_connect()' function to socket.py, which creates a
connection with an optional timeout, and modified httplib.py to
use this function in HTTPConnection. Applies patch 1676823.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -199,6 +199,10 @@ Core and builtins Library ------- +- Patch #1676823: Added create_connection() to socket.py, which may be + called with a timeout, and use it from httplib (whose HTTPConnection + now accepts an optional timeout). + - Bug #978833: Revert r50844, as it broke _socketobject.dup. - Bug #1675967: re patterns pickled with Python 2.4 and earlier can |