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 db3l
Recipients db3l, loewis, tarek
Date 2009-11-16.12:22:03
SpamBayes Score 2.8693157e-05
Marked as misclassified No
Message-id <1258374125.81.0.171092421921.issue7293@psf.upfronthosting.co.za>
In-reply-to
Content
Yes to both examples (the first on my VS 2008 full installs on XP and
Windows 7, and the second on my XP with VC++ Express).

Two caveats (that I don't think invalidates the result) though.

First, I can't use forward slashes in the path I supply to
Reg.get_value, they have to be backslashes.  But I'm running the tests
under a Python 2.6.x, so perhaps this was changed in a later release.

At least in my case, the results of Reg.get_value() are unicode strings,
not regular strings.  I thought perhaps your code was under Python 3.x,
but then I saw you were still using u"applicationid" so I'm not sure.
History
Date User Action Args
2009-11-16 12:22:06db3lsetrecipients: + db3l, loewis, tarek
2009-11-16 12:22:05db3lsetmessageid: <1258374125.81.0.171092421921.issue7293@psf.upfronthosting.co.za>
2009-11-16 12:22:04db3llinkissue7293 messages
2009-11-16 12:22:03db3lcreate