Re: [PATCH v2 0/5] python/qemu: qmp: Fix, delint and improvements

2020-02-06 Thread Philippe Mathieu-Daudé
On 2/4/20 3:11 PM, Wainer dos Santos Moschetta wrote: I started fixing an issue on exception handling which in some places currently use the deprecated (in Python 3.3) `socket.error`. Then I ended up delinting the module code and making some improvements. Changes in v2: - Rebased to master. No c

[PATCH v2 0/5] python/qemu: qmp: Fix, delint and improvements

2020-02-04 Thread Wainer dos Santos Moschetta
I started fixing an issue on exception handling which in some places currently use the deprecated (in Python 3.3) `socket.error`. Then I ended up delinting the module code and making some improvements. Changes in v2: - Rebased to master. No conflicts. - Added docstring describing the allowed value