]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
in ssl tests rely on IOError.errno rather thanf IOError.strerror for better compatibi...
authorGiampaolo Rodolà <g.rodola@gmail.com>
Sun, 29 Aug 2010 20:56:56 +0000 (20:56 +0000)
committerGiampaolo Rodolà <g.rodola@gmail.com>
Sun, 29 Aug 2010 20:56:56 +0000 (20:56 +0000)
commitcd9dfb919aaddda3e10ae92232a10aaa28dcfba0
treec929db3f51a09931e30ad4f528e53b3bece17433
parent51078b1e5d6795ba42a65c87d2d1e0ea9b9ef458
in ssl tests rely on IOError.errno rather thanf IOError.strerror for better compatibility across platforms.
Lib/test/test_ssl.py