File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 33 "description" : " A programming language that lets you work quickly and integrate systems more effectively." ,
44 "homepage" : " https://www.python.org/" ,
55 "license" : " Python-2.0" ,
6- "notes" : " Allow applications and third-party installers to find python by running: \" $dir\\ install-pep-514.reg\" " ,
6+ "notes" : [
7+ " Allow applications and third-party installers to find python by running:" ,
8+ " reg import \" $dir\\ install-pep-514.reg\" "
9+ ],
710 "architecture" : {
811 "64bit" : {
912 "url" : " https://www.python.org/ftp/python/3.14.2/python-3.14.2-amd64.exe#/setup.exe" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Windows Registry Editor Version 5.00
1212"SysArchitecture"=" $py_archbit"
1313
1414[HKEY_CURRENT_USER \Software\Python\PythonCore\$py_version\Help\Main Python Documentation]
15- @ =" $py_root\\ Doc\\ python$py_cleanVersion.chm "
15+ @ =" $py_root\\ Doc\\ html \\ index.html "
1616"DisplayName"=" Python $py_fullversion Documentation"
1717
1818[HKEY_CURRENT_USER \Software\Python\PythonCore\$py_version\InstallPath]
You can’t perform that action at this time.
0 commit comments