Re: [PATCH 1/5] python/qemu: qmp: Replace socket.error with OSError

2020-01-08 Thread John Snow
On 12/27/19 8:40 AM, Wainer dos Santos Moschetta wrote: > 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 Reviewed-by: John Snow (Are th

[PATCH 1/5] python/qemu: qmp: Replace socket.error with OSError

2019-12-27 Thread Wainer dos Santos Moschetta
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 --- python/qemu/qmp.py | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff -