]> granicus.if.org Git - python/commit
Issue #21069: Move test_fileno() from test_urllibnet and rewrite it
authorMartin Panter <vadmium+py@gmail.com>
Sat, 9 Apr 2016 14:03:17 +0000 (14:03 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sat, 9 Apr 2016 14:03:17 +0000 (14:03 +0000)
commitd979b2cfcf4047b8f9b46e169cfa071e80e30d71
tree516753703f0bb53c954c420320e74ac15026107b
parentfc475a9fa6712b707867802df6072232562a3bd9
Issue #21069: Move test_fileno() from test_urllibnet and rewrite it

* No longer attempts to close already freed socket file descriptor
* Use socket object to be compatible with Windows
* Do not use a timeout to avoid complication with non-blocking mode
* Use internal localhost server rather than depending on a third party
* Avoid trouble with buffered HTTP data by testing tunnelled CONNECT data
Lib/test/test_httplib.py
Lib/test/test_urllibnet.py