mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Add NEWS and whatsnew entries for the packaging module
This commit is contained in:
parent
3ca4db881f
commit
765e94f80c
2 changed files with 17 additions and 1 deletions
|
@ -129,6 +129,19 @@ os
|
|||
(Patch submitted by Giampaolo Rodolà in :issue:`10784`.)
|
||||
|
||||
|
||||
packaging
|
||||
---------
|
||||
|
||||
:mod:`distutils` has undergone additions and refactoring under a new name,
|
||||
:mod:`packaging`, to allow developers to break backward compatibility.
|
||||
:mod:`distutils` is still provided in the standard library, but users are
|
||||
encouraged to transition to :mod:`packaging`. For older versions of Python, a
|
||||
backport compatible with 2.4+ and 3.1+ will be made available on PyPI under the
|
||||
name :mod:`distutils2`.
|
||||
|
||||
.. TODO add examples and howto to the packaging docs and link to them
|
||||
|
||||
|
||||
pydoc
|
||||
-----
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue