[docs] [issue34406] Typo in documentation
Ammar Askar
report at bugs.python.org
Wed Aug 15 02:57:55 EDT 2018
Ammar Askar <ammar at ammaraskar.com> added the comment:
For what its worth, window's reg command also makes a distinction between the registry key and value:
C:\Users\ammar>reg.exe QUERY HKLM\Software\Microsoft\.NETFramework\Enable64Bit
ERROR: The system was unable to find the specified registry key or value.
C:\Users\ammar>reg.exe QUERY HKLM\Software\Microsoft\.NETFramework /V Enable64Bit
HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework
Enable64Bit REG_DWORD 0x1
Maybe it can just be phrased as something like, "set the registry value LongPathsEnabled in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem"
----------
nosy: +ammar2
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34406>
_______________________________________
More information about the docs
mailing list