commit | 79a295261a89f67b9d700732e6e7436bfe63e832 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Feb 19 01:45:59 2014 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Wed Feb 19 01:45:59 2014 +0100 |
tree | c2b9b2fee4dccff15b09b722de67953c683fcd32 | |
parent | 0ee29c2c7fbc7e1b10e153b0cb59d2270347d4f3 [diff] |
asyncio, Tulip issue 143: UNIX domain methods, fix ResourceWarning and DeprecationWarning warnings. create_unix_server() closes the socket on any error, not only on OSError.