summaryrefslogtreecommitdiff
path: root/Doc/library/winreg.rst
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-05-25 11:26:07 -0700
committerSteve Dower <steve.dower@microsoft.com>2016-05-25 11:26:07 -0700
commit4d4bc42c8b2b4b546b36e0c3ecb1e86d57017cee (patch)
tree9c4ba11003697003abedd713b7129bc696d89828 /Doc/library/winreg.rst
parent74f2fe64899c3d5c083af8f839af8b79c700fa6d (diff)
downloadcpython-git-4d4bc42c8b2b4b546b36e0c3ecb1e86d57017cee.tar.gz
Closes #23026: Documentation improvements and code formatting
Diffstat (limited to 'Doc/library/winreg.rst')
-rw-r--r--Doc/library/winreg.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/winreg.rst b/Doc/library/winreg.rst
index adac775556..8f8cc680fc 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.