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

2021-09-16 Thread John Snow
On Thu, Sep 16, 2021 at 11:40 AM John Snow wrote: > > > On Thu, Sep 16, 2021 at 11:39 AM Daniel P. Berrangé > wrote: > >> On Thu, Sep 16, 2021 at 09:42:30AM -0400, John Snow wrote: >> > On Thu, Sep 16, 2021 at 8:59 AM Daniel P. Berrangé > > >> > wrote: >> > >> > > On Wed, Sep 15, 2021 at 11:40:3

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

2021-09-16 Thread John Snow
On Thu, Sep 16, 2021 at 11:39 AM Daniel P. Berrangé wrote: > On Thu, Sep 16, 2021 at 09:42:30AM -0400, John Snow wrote: > > On Thu, Sep 16, 2021 at 8:59 AM Daniel P. Berrangé > > wrote: > > > > > On Wed, Sep 15, 2021 at 11:40:31AM -0400, John Snow wrote: > > > > A few new annoyances. Of note is

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

2021-09-16 Thread Daniel P . Berrangé
On Thu, Sep 16, 2021 at 09:42:30AM -0400, John Snow wrote: > On Thu, Sep 16, 2021 at 8:59 AM Daniel P. Berrangé > wrote: > > > On Wed, Sep 15, 2021 at 11:40:31AM -0400, John Snow wrote: > > > A few new annoyances. Of note is the new warning for an unspecified > > > encoding when opening a text fi

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

2021-09-16 Thread John Snow
On Thu, Sep 16, 2021 at 8:59 AM Daniel P. Berrangé wrote: > On Wed, Sep 15, 2021 at 11:40:31AM -0400, John Snow wrote: > > 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 >

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

2021-09-16 Thread Daniel P . Berrangé
On Wed, Sep 15, 2021 at 11:40:31AM -0400, John Snow wrote: > 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_CTY

[PATCH v3 1/1] 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