mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
Add the deprecation helper information from b6dae7a594
This commit is contained in:
parent
5fceb47be8
commit
47e8703241
1 changed files with 7 additions and 0 deletions
|
@ -50,6 +50,13 @@ document existing behavior with the intention of covering that behavior with
|
|||
the above deprecation process are always acceptable, and will be considered on
|
||||
their merits.
|
||||
|
||||
.. note::
|
||||
|
||||
pip has a helper function for making deprecation easier for pip maintainers.
|
||||
The supporting documentation can be found in the source code of
|
||||
``pip._internal.utils.deprecation.deprecated``. The function is not a part of
|
||||
pip's public API.
|
||||
|
||||
|
||||
Release Process
|
||||
===============
|
||||
|
|
Loading…
Reference in a new issue