1
1
Fork 0
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:
Pradyun Gedam 2018-07-22 18:34:01 +05:30
parent 5fceb47be8
commit 47e8703241
No known key found for this signature in database
GPG key ID: DA17C4B29CB32E4B

View file

@ -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
===============