]> granicus.if.org Git - python/commit
Fix an error message in the _winreg module. The error message referred
authorThomas Heller <theller@ctypes.org>
Fri, 20 Dec 2002 20:13:35 +0000 (20:13 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 20 Dec 2002 20:13:35 +0000 (20:13 +0000)
commite1d18f52c3e499cfbfe9f17192dbc84a80a57db8
tree14f07c23fd914f480a6319ac2b5929b6e74c1b73
parent4ba6067d6bdc2a535e0f691418c1fbb4b4189039
Fix an error message in the _winreg module. The error message referred
to a constant in the 'win32con' module, but this constant is also
defined in the _winreg module itself.

Bugfix candidate.
PC/_winreg.c