Re: [PATCH v3 01/16] python: Update for pylint 2.10

2021-09-16 Thread John Snow
On Thu, Sep 16, 2021 at 9:30 AM Alex Bennée wrote: > > John Snow writes: > > > 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/

Re: [PATCH v3 01/16] python: Update for pylint 2.10

2021-09-16 Thread Alex Bennée
John Snow writes: > 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

[PATCH v3 01/16] python: Update for pylint 2.10

2021-09-15 Thread 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 QEMU's terminal out