Home
last modified time | relevance | path

Searched refs:get_versions (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/distutils/tests/
Dtest_cygwinccompiler.py11 CONFIG_H_UNCERTAIN, get_versions,
88 self.assertEqual(get_versions(), (None, None, None))
92 res = get_versions()
99 res = get_versions()
104 res = get_versions()
107 res = get_versions()
112 res = get_versions()
115 res = get_versions()
/external/python/cpython2/Lib/distutils/
Demxccompiler.py59 get_versions()
294 def get_versions(): function
Dcygwinccompiler.py107 get_versions()
410 def get_versions(): function
/external/python/cpython3/Lib/distutils/
Dcygwinccompiler.py113 get_versions()
392 def get_versions(): function
/external/python/cpython2/Misc/NEWS.d/
D2.7a1.rst2355 the obsolete get_versions() functions.
/external/python/cpython3/Misc/
DHISTORY14629 - Issue #6438: Fixed distutils.cygwinccompiler.get_versions : the regular
15419 for the obsolete get_versions() functions.