Skip to content

Commit ea0cbd9

Browse files
committed
Merge remote-tracking branch 'upstream/main' into gh-93963/importlib-abcs-preferred
2 parents 7e1fc0f + ac6a94c commit ea0cbd9

File tree

94 files changed

+566
-4991
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+566
-4991
lines changed

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Lib/test/cjkencodings/* noeol
2828
Lib/test/coding20731.py noeol
2929
Lib/test/decimaltestdata/*.decTest noeol
3030
Lib/test/test_email/data/*.txt noeol
31-
Lib/test/test_importlib/data01/* noeol
32-
Lib/test/test_importlib/namespacedata01/* noeol
31+
Lib/test/test_importlib/resources/data01/* noeol
32+
Lib/test/test_importlib/resources/namespacedata01/* noeol
3333
Lib/test/xmltestdata/* noeol
3434

3535
# CRLF files

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Python/pythonrun.c @iritkatriel
6161
# bytecode.
6262
**/*import*.c @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
6363
**/*import*.py @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
64-
**/importlib/resources/* @jaraco @warsaw @brettcannon
64+
**/*importlib/resources/* @jaraco @warsaw @brettcannon
6565
**/importlib/metadata/* @jaraco @warsaw
6666

6767
# Dates and times

Doc/contents.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@
2727
.. toctree::
2828
:hidden:
2929

30-
distutils/index.rst
3130
install/index.rst

Doc/distributing/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,21 @@ Key terms
4141
file format standards. They maintain a variety of tools, documentation
4242
and issue trackers on both `GitHub <https://github.com/pypa>`__ and
4343
`Bitbucket <https://bitbucket.org/pypa/>`__.
44-
* :mod:`distutils` is the original build and distribution system first added
45-
to the Python standard library in 1998. While direct use of :mod:`distutils`
44+
* ``distutils`` is the original build and distribution system first added
45+
to the Python standard library in 1998. While direct use of ``distutils``
4646
is being phased out, it still laid the foundation for the current packaging
4747
and distribution infrastructure, and it not only remains part of the
4848
standard library, but its name lives on in other ways (such as the name
4949
of the mailing list used to coordinate Python packaging standards
5050
development).
51-
* `setuptools`_ is a (largely) drop-in replacement for :mod:`distutils` first
51+
* `setuptools`_ is a (largely) drop-in replacement for ``distutils`` first
5252
published in 2004. Its most notable addition over the unmodified
53-
:mod:`distutils` tools was the ability to declare dependencies on other
53+
``distutils`` tools was the ability to declare dependencies on other
5454
packages. It is currently recommended as a more regularly updated
55-
alternative to :mod:`distutils` that offers consistent support for more
55+
alternative to ``distutils`` that offers consistent support for more
5656
recent packaging standards across a wide range of Python versions.
5757
* `wheel`_ (in this context) is a project that adds the ``bdist_wheel``
58-
command to :mod:`distutils`/`setuptools`_. This produces a cross platform
58+
command to ``distutils``/`setuptools`_. This produces a cross platform
5959
binary packaging format (called "wheels" or "wheel files" and defined in
6060
:pep:`427`) that allows Python libraries, even those including binary
6161
extensions, to be installed on a system without needing to be built

Doc/distutils/_setuptools_disclaimer.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

Doc/distutils/apiref.rst

Lines changed: 0 additions & 2041 deletions
This file was deleted.

Doc/distutils/builtdist.rst

Lines changed: 0 additions & 392 deletions
This file was deleted.

Doc/distutils/commandref.rst

Lines changed: 0 additions & 105 deletions
This file was deleted.

Doc/distutils/configfile.rst

Lines changed: 0 additions & 144 deletions
This file was deleted.

0 commit comments

Comments
 (0)