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, tarek
Date 2009-11-09.06:59:57
SpamBayes Score 8.248044e-08
Marked as misclassified No
Message-id <1257750000.16.0.245083157049.issue7293@psf.upfronthosting.co.za>
In-reply-to
Content
This is a pretty tiny bug..

The test_reg_class test in test_msvc9compiler.py assumes that there is a
Notepad registry key on Windows systems.  That appears to be false until
Notepad is run the very first time.  I ran into this setting up a build
slave VM, where I never had the need to run Notepad.

I guess it's pretty rare for Notepad not to be run eventually, but
clearly the comments in the test saying the key is always present is
inaccurate, and perhaps a different key should be chosen or at least
have the test not fail if the key is missing.

It also appears that Windows 7 doesn't have that key even after Notepad
is run.
History
Date User Action Args
2009-11-09 07:00:00db3lsetrecipients: + db3l, tarek
2009-11-09 07:00:00db3lsetmessageid: <1257750000.16.0.245083157049.issue7293@psf.upfronthosting.co.za>
2009-11-09 06:59:58db3llinkissue7293 messages
2009-11-09 06:59:57db3lcreate