classification
Title: struni: correction for _winreg module
Type: Stage:
Components: Windows Versions: Python 3.0
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: amaury.forgeotdarc, gvanrossum (2)
Priority: normal Keywords patch

Created on 2007-07-17 02:23 by amaury.forgeotdarc, last changed 2008-01-06 22:29 by admin.

Files
File name Uploaded Description Edit Remove
winreg.diff amaury.forgeotdarc, 2007-07-17 02:23
Messages (2)
msg52900 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) Date: 2007-07-17 02:23
test_winreg now passes (on Windows, of course)
msg52901 - (view) Author: Guido van Rossum (gvanrossum) Date: 2007-07-17 20:51
Committed revision 56417.

I would like to see more tests for unicode strings containing non-ASCII characters though.  Also, there's an XXX still in PySetValue(): /* XXX - need Unicode support */.  Can you look into this?
History
Date User Action Args
2008-01-06 22:29:45adminsetkeywords: - py3k
versions: + Python 3.0
2007-07-17 02:23:37amaury.forgeotdarccreate