8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e8052 commit 04cff78Copy full SHA for 04cff78
winpython/disthelpers.py
@@ -25,7 +25,7 @@
25
import imp
26
from subprocess import Popen, PIPE
27
import warnings
28
-from distutils.version import LooseVersion, StrictVersion
+# decrepited since Pythono-3.10: from distutils.version import LooseVersion, StrictVersion
29
30
# ==============================================================================
31
# Module, scripts, programs
0 commit comments