Re: [PATCH v1 06/11] python: Update for pylint 2.10

2021-09-17 Thread John Snow
Hi, I sent a PR for this (and an additional fix that is needed as of yesterday): https://lists.gnu.org/archive/html/qemu-devel/2021-09/msg04477.html Please drop this patch and prefer that series. --js On Fri, Sep 17, 2021 at 12:23 PM Alex Bennée wrote: > From: John Snow > > A few new annoyan

[PATCH v1 06/11] python: Update for pylint 2.10

2021-09-17 Thread Alex Bennée
From: John Snow A few new annoyances. Of note is the new warning for an unspecified encoding when opening a text file, which actually does indicate a potentially real problem; see https://www.python.org/dev/peps/pep-0597/#motivation Use LC_CTYPE to determine an encoding to use for interpreting Q