Mention the helper along with pip's deprecation policy

This commit is contained in:
Pradyun Gedam 2018-07-15 15:52:34 +05:30
parent 28f183e1a2
commit b6dae7a594
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 6 additions and 0 deletions

View File

@ -211,6 +211,12 @@ 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
===============