Lines Matching refs:VER_DOT
24 Name="PythonSoftwareFoundation.Python.{}".format(VER_DOT),
29 DisplayName="Python {}".format(VER_DOT),
30 Description="The Python {} runtime and console.".format(VER_DOT),
42 DisplayName="Python {}".format(VER_DOT),
50 DisplayName="Python {} (Windowed)".format(VER_DOT),
59 DisplayName="pip (Python {})".format(VER_DOT),
60 Description="pip package manager for Python {}".format(VER_DOT),
68 DisplayName="IDLE (Python {})".format(VER_DOT),
69 Description="IDLE editor for Python {}".format(VER_DOT),
161 VER_DOT: {
165 "SysVersion": VER_DOT,
169 "ExecutablePath": "[{{AppVPackageRoot}}]\\python{}.exe".format(VER_DOT),
171 VER_DOT
184 "": "https://docs.python.org/{}".format(VER_DOT)
429 "python{}".format(VER_DOT),
430 ["python", "python{}".format(VER_MAJOR), "python{}".format(VER_DOT)],
440 "pythonw{}".format(VER_DOT),
441 ["pythonw", "pythonw{}".format(VER_MAJOR), "pythonw{}".format(VER_DOT)],
452 "pip{}".format(VER_DOT),
453 ["pip", "pip{}".format(VER_MAJOR), "pip{}".format(VER_DOT)],
464 "idle{}".format(VER_DOT),
465 ["idle", "idle{}".format(VER_MAJOR), "idle{}".format(VER_DOT)],