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 tarek
Recipients db3l, loewis, tarek
Date 2009-11-15.01:02:18
SpamBayes Score 1.6638413e-06
Marked as misclassified No
Message-id <1258246940.48.0.634083723542.issue7293@psf.upfronthosting.co.za>
In-reply-to
Content
> Does it have to be a DWORD, or a 0/1 value, or under HKCU for a
> specific reason?

This notepad test was just to make sure the registry reader works
by returning a known value.

I can change it using:

Reg.get_value("Software\Microsoft\VisualStudio\9.0\VC", "Build Timing")
 == 0


For this test, if you can check that this value is the same on a fresh
win XP and 7, it's perfect. (8.0 doesn't matter here, I can restrict the
build version to 9.0)
History
Date User Action Args
2009-11-15 01:02:21tareksetrecipients: + tarek, loewis, db3l
2009-11-15 01:02:20tareksetmessageid: <1258246940.48.0.634083723542.issue7293@psf.upfronthosting.co.za>
2009-11-15 01:02:19tareklinkissue7293 messages
2009-11-15 01:02:18tarekcreate