Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 26afd48

Browse files
author
Tarek Ziadé
committed
Merged revisions 76399 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r76399 | tarek.ziade | 2009-11-19 06:33:16 +0100 (Thu, 19 Nov 2009) | 1 line dragfullwindows can have value 2 ........
1 parent 3201977 commit 26afd48

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Lib/distutils/tests/test_msvc9compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_reg_class(self):
4646
# windows registeries versions.
4747
path = r'Control Panel\Desktop'
4848
v = Reg.get_value(path, 'dragfullwindows')
49-
self.assertTrue(v in ('0', '1'))
49+
self.assertTrue(v in ('0', '1', '2'))
5050

5151
import winreg
5252
HKCU = winreg.HKEY_CURRENT_USER

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ C-API
137137
Library
138138
-------
139139

140+
- Issue #7354: distutils.tests.test_msvc9compiler - dragfullwindows can
141+
be 2.
142+
140143
- Issue #5037: Proxy the __unicode__ special method instead to __unicode__
141144
instead of __str__.
142145

0 commit comments

Comments
 (0)