diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-05-25 18:26:07 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-05-25 18:26:07 (GMT) |
commit | 4d4bc42c8b2b4b546b36e0c3ecb1e86d57017cee (patch) | |
tree | 9c4ba11003697003abedd713b7129bc696d89828 /Doc/library/winreg.rst | |
parent | 74f2fe64899c3d5c083af8f839af8b79c700fa6d (diff) | |
download | cpython-4d4bc42c8b2b4b546b36e0c3ecb1e86d57017cee.zip cpython-4d4bc42c8b2b4b546b36e0c3ecb1e86d57017cee.tar.gz cpython-4d4bc42c8b2b4b546b36e0c3ecb1e86d57017cee.tar.bz2 |
Closes #23026: Documentation improvements and code formatting
Diffstat (limited to 'Doc/library/winreg.rst')
-rw-r--r-- | Doc/library/winreg.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/winreg.rst b/Doc/library/winreg.rst index adac775..8f8cc68 100644 --- a/Doc/library/winreg.rst +++ b/Doc/library/winreg.rst @@ -661,10 +661,14 @@ For more information, see `Registry Value Types A 64-bit number. + .. versionadded:: 3.6 + .. data:: REG_QWORD_LITTLE_ENDIAN A 64-bit number in little-endian format. Equivalent to :const:`REG_QWORD`. + .. versionadded:: 3.6 + .. data:: REG_RESOURCE_LIST A device-driver resource list. |