On Tue, Oct 01, 2019 at 11:35:06AM -0600, Jonathan Corbet wrote:
> for line in open(path):
> +if sys.version_info.major == 2:
> +line = unicode(line, 'utf-8')
Ah-ha! Thanks. I've sent v2 now. :)
--
Kees Cook
On Tue, 1 Oct 2019 09:27:29 -0700
Kees Cook wrote:
> On Tue, Oct 01, 2019 at 08:31:47AM -0600, Jonathan Corbet wrote:
> > On a separate note...it occurred to me, rather belatedly as usual, that
> > last time we discussed doing this that there was some opposition to adding
> > a second MAINTAINERS
On Tue, 1 Oct 2019 12:09:30 -0300
Mauro Carvalho Chehab wrote:
> > Sphinx parallel build error:
> > UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 8:
> > ordinal not in range(128)
> >
> > For extra fun, the build process simply hangs, requiring a ^C to blow it
> > away
On Tue, 1 Oct 2019 09:16:41 -0700
Kees Cook wrote:
> > > This almost certainly has to do with the fact that I'm (intentionally)
> > > running the Python2 Sphinx build here. Something's not doing unicode that
> > > should be.
>
> Given this would be for v5.5, and python2 is EOL in 2 months[1],
On Tue, Oct 01, 2019 at 08:31:47AM -0600, Jonathan Corbet wrote:
> On a separate note...it occurred to me, rather belatedly as usual, that
> last time we discussed doing this that there was some opposition to adding
> a second MAINTAINERS parser to the kernel; future changes to the format of
> that
On Tue, Oct 01, 2019 at 12:09:30PM -0300, Mauro Carvalho Chehab wrote:
> Em Tue, 1 Oct 2019 08:31:47 -0600
> Jonathan Corbet escreveu:
>
> > On Tue, 24 Sep 2019 16:02:06 -0700
> > Kees Cook wrote:
> >
> > > Commit log from Patch 2 repeated here for cover letter:
> > >
> > > In order to have th
Em Tue, 1 Oct 2019 08:31:47 -0600
Jonathan Corbet escreveu:
> On Tue, 24 Sep 2019 16:02:06 -0700
> Kees Cook wrote:
>
> > Commit log from Patch 2 repeated here for cover letter:
> >
> > In order to have the MAINTAINERS file visible in the rendered ReST
> > output, this makes some small changes
On Tue, 24 Sep 2019 16:02:06 -0700
Kees Cook wrote:
> Commit log from Patch 2 repeated here for cover letter:
>
> In order to have the MAINTAINERS file visible in the rendered ReST
> output, this makes some small changes to the existing MAINTAINERS file
> to allow for better machine processing,