Re: [PATCH 02/14] qapi/doc.py: avoid unnecessary keyword arguments

2020-09-23 Thread Eduardo Habkost
On Tue, Sep 22, 2020 at 05:17:50PM -0400, John Snow wrote: > Keyword Callables are hard to type in Python 3.6, avoid them if there's > no urgent need to use them. > > Signed-off-by: John Snow Reviewed-by: Eduardo Habkost -- Eduardo

[PATCH 02/14] qapi/doc.py: avoid unnecessary keyword arguments

2020-09-22 Thread John Snow
Keyword Callables are hard to type in Python 3.6, avoid them if there's no urgent need to use them. Signed-off-by: John Snow --- scripts/qapi/doc.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/qapi/doc.py b/scripts/qapi/doc.py index 4743beb89a..66333629d6 100