]> Git Repo - qemu.git/commit
python/qemu: qmp: Replace socket.error with OSError
authorWainer dos Santos Moschetta <[email protected]>
Fri, 27 Dec 2019 13:40:57 +0000 (10:40 -0300)
committerPhilippe Mathieu-Daudé <[email protected]>
Fri, 7 Feb 2020 14:12:48 +0000 (15:12 +0100)
commit10e163c0395f5c9460ec2f2fe7947a1d056cda30
tree2fdb9a12b81905a5ec8d1f1f270fd0290ab19062
parent863d2ed5823f90c42dcd481687cc99cbc9c4a17c
python/qemu: qmp: Replace socket.error with OSError

The socket.error is deprecated from Python 3.3, instead it is
made a link to OSError. This change replaces the occurences
of socket.error with OSError.

Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
Reviewed-by: John Snow <[email protected]>
Message-Id: <20191227134101[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
python/qemu/qmp.py
This page took 0.021147 seconds and 4 git commands to generate.