Home
last modified time | relevance | path

Searched refs:grok_environment_error (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dtest_util.py8 from distutils.util import byte_compile, grok_environment_error
26 msg = grok_environment_error(exc)
/external/python/cpython3/Lib/distutils/tests/
Dtest_util.py13 grok_environment_error)
301 msg = grok_environment_error(exc)
/external/python/cpython2/Lib/distutils/
Dutil.py215 def grok_environment_error (exc, prefix="error: "): function
/external/python/cpython3/Lib/distutils/
Dutil.py199 def grok_environment_error (exc, prefix="error: "): function
/external/python/cpython2/Misc/NEWS.d/
D2.7.7rc1.rst288 distutils.util.grok_environment_error is kept but doc-deprecated.
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst4363 distutils.util.grok_environment_error is kept but doc-deprecated.
/external/python/cpython3/Misc/
DHISTORY2041 anymore. distutils.util.grok_environment_error is kept but doc-deprecated.