[issue1076] py3 patch: full Unicode version for winreg module

2007-09-03 Thread Martin v. Löwis
Martin v. Löwis added the comment: Thanks for the patch. Committed as r57928 -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ __

[issue1076] py3 patch: full Unicode version for winreg module

2007-09-02 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue1076] py3 patch: full Unicode version for winreg module

2007-08-31 Thread Martin v. Löwis
Martin v. Löwis added the comment: While I agree with the principle (use wide APIs where possible), I'd like to point out that they don't work on Windows 95 (at least some don't; if you link with MSLU, you get some more to work); that was the major reason not to use them in the past. This is no i

[issue1076] py3 patch: full Unicode version for winreg module

2007-08-31 Thread Amaury Forgeot d'Arc
New submission from Amaury Forgeot d'Arc: With this patch, the winreg module is now completely unicode: it only uses Windows wide-char API functions, and all strings (keys, subkeys, values) are passed untranslated. str8 is banned, and byte objects are only allowed for raw binary data. Note: It s