[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <201910011125.AF5245230@keescook>
Date: Tue, 1 Oct 2019 11:26:04 -0700
From: Kees Cook <keescook@...omium.org>
To: Jonathan Corbet <corbet@....net>
Cc: Mauro Carvalho Chehab <mchehab+samsung@...nel.org>,
Jani Nikula <jani.nikula@...ux.intel.com>,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/2] docs: Programmatically render MAINTAINERS into ReST
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
Powered by blists - more mailing lists