[New-bugs-announce] [issue7354] distutils.tests.test_msvc9compiler - dragfullwindows can have value 2

Paul Moore report at bugs.python.org
Thu Nov 19 00:48:42 CET 2009


New submission from Paul Moore <p.f.moore at gmail.com>:

It looks like the "Control Panel\Desktop\dragfullwindows" registry entry
can have value 2 (it does on my buildbot!) The distutils test
"test_msvc9compiler" assumes that only values 0 and 1 are valid.

The following patch (against trunk) fixes this. I've tested it on my
buildbot machine and it seems to do the trick.

----------
assignee: tarek
components: Distutils, Tests
files: msvc9compiler.patch
keywords: buildbot, patch, patch
messages: 95458
nosy: pmoore, tarek
severity: normal
status: open
title: distutils.tests.test_msvc9compiler - dragfullwindows can have value 2
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file15361/msvc9compiler.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7354>
_______________________________________


More information about the New-bugs-announce mailing list