diff options
author | Thomas Grainger <tagrain@gmail.com> | 2021-07-18 09:27:21 +0100 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-09-04 12:14:35 -0400 |
commit | ca296ca8663a376f3c36c9f8fd86b10ba81366c2 (patch) | |
tree | 651ddc60721245c136be867432039509bc06e4c1 /docs/references | |
parent | d989cdb36f50785d23b07939ba8b4fc2b68cf02a (diff) | |
download | python-setuptools-git-ca296ca8663a376f3c36c9f8fd86b10ba81366c2.tar.gz |
remove lib2to3 usage
Diffstat (limited to 'docs/references')
-rw-r--r-- | docs/references/keywords.rst | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/references/keywords.rst b/docs/references/keywords.rst index 619b2d14..c26b9d49 100644 --- a/docs/references/keywords.rst +++ b/docs/references/keywords.rst @@ -330,21 +330,6 @@ Keywords mess with it. For more details on how this argument works, see the section below on :ref:`Automatic Resource Extraction`. -``use_2to3`` - Convert the source code from Python 2 to Python 3 with 2to3 during the - build process. See :doc:`../deprecated/python3` for more details. - -``convert_2to3_doctests`` - List of doctest source files that need to be converted with 2to3. - See :doc:`../deprecated/python3` for more details. - -``use_2to3_fixers`` - A list of modules to search for additional fixers to be used during - the 2to3 conversion. See :doc:`../deprecated/python3` for more details. - -``use_2to3_exclude_fixers`` - List of fixer names to be skipped. - ``project_urls`` An arbitrary map of URL names to hyperlinks, allowing more extensible documentation of where various resources can be found than the simple |