aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/monkey.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-09 10:27:32 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-09-09 10:27:32 -0400
commit20a2f628283a0af476020cc394e4dca1dcdeaadd (patch)
tree0010be67ef8c942262e8e397b182f26bdde9ddea /setuptools/monkey.py
parentc5645385252c45575569a01622405115d49cd1b9 (diff)
downloadexternal_python_setuptools-20a2f628283a0af476020cc394e4dca1dcdeaadd.tar.gz
external_python_setuptools-20a2f628283a0af476020cc394e4dca1dcdeaadd.tar.bz2
external_python_setuptools-20a2f628283a0af476020cc394e4dca1dcdeaadd.zip
Add Deprecation warning for _get_unpatched.
Diffstat (limited to 'setuptools/monkey.py')
-rw-r--r--setuptools/monkey.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/setuptools/monkey.py b/setuptools/monkey.py
index 3e4f49e1..5a0cf43b 100644
--- a/setuptools/monkey.py
+++ b/setuptools/monkey.py
@@ -10,7 +10,10 @@ import setuptools
__all__ = []
-"everything is private"
+"""
+Everything is private. Contact the project team
+if you think you need this functionality.
+"""
def get_unpatched(cls):