diff options
author | Brian Curtin <brian@python.org> | 2012-12-27 20:37:06 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2012-12-27 20:37:06 (GMT) |
commit | 33e05e7905c00f601e4d1fea9ec0df0b3b9cb39c (patch) | |
tree | 929086c8cd2953a05aee4d5e7826ad301dc8631e /Lib/lib-tk | |
parent | a0b7e9c74c36cadf2546612788795986dca64484 (diff) | |
download | cpython-33e05e7905c00f601e4d1fea9ec0df0b3b9cb39c.zip cpython-33e05e7905c00f601e4d1fea9ec0df0b3b9cb39c.tar.gz cpython-33e05e7905c00f601e4d1fea9ec0df0b3b9cb39c.tar.bz2 |
Fix #16759. Convert DWORD registry values using unsigned long.
When converting REG_DWORD registry values into Python, the conversion
needs to be made from an *unsigned* long (k instead of i) to match the
DWORD type.
Diffstat (limited to 'Lib/lib-tk')
0 files changed, 0 insertions, 0 deletions