Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: kdoc: Remove a Python 2 comment

We no longer support Python 2 in the docs build chain at all, so we
certainly do not need to admonish folks to keep this file working with it.

Cc: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

-2
-2
Documentation/sphinx/kerneldoc.py
··· 25 25 # Authors: 26 26 # Jani Nikula <jani.nikula@intel.com> 27 27 # 28 - # Please make sure this works on both python2 and python3. 29 - # 30 28 31 29 import codecs 32 30 import os