]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
asyncio: Better-looking errors when ssl module cannot be imported. In part by Arnaud...
authorGuido van Rossum <guido@dropbox.com>
Fri, 1 Nov 2013 21:22:30 +0000 (14:22 -0700)
committerGuido van Rossum <guido@dropbox.com>
Fri, 1 Nov 2013 21:22:30 +0000 (14:22 -0700)
commit28dff0d8238aa8f34e7858209e598f1db8bfbf70
tree94ccbc396c7c320e0b130f077d92603fce976029
parenta8d630a6e6190a4873a16a6a8c02f561e1e1c7fe
asyncio: Better-looking errors when ssl module cannot be imported. In part by Arnaud Faure.
Lib/asyncio/base_events.py
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_selector_events.py