This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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
Priority: normal Keywords: patch

Created on 2007-07-17 02:23 by amaury.forgeotdarc, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
winreg.diff amaury.forgeotdarc, 2007-07-17 02:23
Messages (2)
msg52900 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2007-07-17 02:23
test_winreg now passes (on Windows, of course)
msg52901 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) 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
2022-04-11 14:56:25adminsetgithub: 45215
2008-01-06 22:29:45adminsetkeywords: - py3k
versions: + Python 3.0
2007-07-17 02:23:37amaury.forgeotdarccreate