Skip to content

Commit 859aad6

Browse files
committed
Remove packaging from the standard library.
Distutils2 will live on on PyPI and be included in the stdlib when it is ready. See discussion starting at http://mail.python.org/pipermail/python-dev/2012-June/120430.html
1 parent dc44f55 commit 859aad6

File tree

246 files changed

+35
-38866
lines changed

Some content is hidden

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

246 files changed

+35
-38866
lines changed

‎Doc/contents.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
library/index.rst
1212
extending/index.rst
1313
c-api/index.rst
14-
packaging/index.rst
14+
distutils/index.rst
1515
install/index.rst
1616
howto/index.rst
1717
faq/index.rst

‎Doc/distutils/index.rst‎

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@ the module developer's point of view, describing how to use the Distutils to
1414
make Python modules and extensions easily available to a wider audience with
1515
very little overhead for build/release/install mechanics.
1616

17-
.. deprecated:: 3.3
18-
:mod:`packaging` replaces Distutils. See :ref:`packaging-index` and
19-
:ref:`packaging-install-index`.
20-
2117
.. toctree::
2218
:maxdepth: 2
19+
:numbered:
2320

2421
introduction.rst
2522
setupscript.rst
@@ -32,10 +29,3 @@ very little overhead for build/release/install mechanics.
3229
extending.rst
3330
commandref.rst
3431
apiref.rst
35-
36-
Another document describes how to install modules and extensions packaged
37-
following the above guidelines:
38-
39-
.. toctree::
40-
41-
install.rst

‎Doc/install/index.rst‎

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

0 commit comments

Comments
 (0)