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
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 -