
report at bugs
Nov 18, 2009, 3:48 PM
Post #1 of 2
(288 views)
Permalink
|
|
[issue7354] distutils.tests.test_msvc9compiler - dragfullwindows can have value 2
|
|
New submission from Paul Moore <p.f.moore [at] gmail>: 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> <http://bugs.python.org/issue7354> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|