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.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc
Date 2007-08-31.21:42:59
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1188596579.64.0.260721438431.issue1076@psf.upfronthosting.co.za>
In-reply-to
Content
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 seems a good approach to use the wide-char Windows API whenever
possible. They fit very well with PyUnicode strings, and simplify the
code...
Files
File name Uploaded
winreg.diff amaury.forgeotdarc, 2007-08-31.21:42:59
History
Date User Action Args
2009-11-16 15:05:43georg.brandlsetspambayes_score: 0.660211 -> 0.0
2007-08-31 21:42:59amaury.forgeotdarcsetspambayes_score: 0.660211 -> 0.660211
recipients: + amaury.forgeotdarc
2007-08-31 21:42:59amaury.forgeotdarcsetspambayes_score: 0.660211 -> 0.660211
messageid: <1188596579.64.0.260721438431.issue1076@psf.upfronthosting.co.za>
2007-08-31 21:42:59amaury.forgeotdarclinkissue1076 messages
2007-08-31 21:42:59amaury.forgeotdarccreate