]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation/sphinx: fix kernel-doc extension on python3
authorJani Nikula <jani.nikula@intel.com>
Tue, 31 May 2016 15:09:12 +0000 (18:09 +0300)
committerJani Nikula <jani.nikula@intel.com>
Wed, 1 Jun 2016 08:06:58 +0000 (11:06 +0300)
commit3f7e4784d5dfd939d1bb5b529390e235e94050ed
treee5880506caf69ba50ceca703734e4e27ebfa8952
parent4a2ef40fed3874f4d6203b6efd96a177ef3fdc3e
Documentation/sphinx: fix kernel-doc extension on python3

Reconcile differences between python2 and python3 on dealing with
stdout, stderr from Popen. This fixes "name 'unicode' is not defined"
errors on python3. We'll need to try to keep the extension working on
both python-sphinx and python3-sphinx so we don't need two copies.

Reported-and-tested-by: Marius Vlad <marius.c.vlad@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Documentation/sphinx/kernel-doc.py