commit | 288b5bf62431b24faaa9524969c8b762a2c43b8c | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Sep 12 11:45:59 2016 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Mon Sep 12 11:45:59 2016 +0200 |
tree | 19cd9ed00243c84e42f81384e716a9744a6cfdde | |
parent | eece2229e270c14d7e2df8c1ac64b96d108f7dac [diff] |
Cleanup socketmodule.c Issue #27744: * PEP 7: add {...} around if blocks * assign variables and then check their value in if() to make the code easier to read and to debug.