mirror of
https://github.com/python/cpython.git
synced 2025-08-20 00:32:12 +00:00
dragfullwindows can have value 2
This commit is contained in:
parent
dc3c239b1e
commit
39de1fc5c8
2 changed files with 4 additions and 1 deletions
|
@ -46,7 +46,7 @@ class msvc9compilerTestCase(unittest.TestCase):
|
||||||
# windows registeries versions.
|
# windows registeries versions.
|
||||||
path = r'Control Panel\Desktop'
|
path = r'Control Panel\Desktop'
|
||||||
v = Reg.get_value(path, u'dragfullwindows')
|
v = Reg.get_value(path, u'dragfullwindows')
|
||||||
self.assertTrue(v in (u'0', u'1'))
|
self.assertTrue(v in (u'0', u'1', u'2'))
|
||||||
|
|
||||||
import _winreg
|
import _winreg
|
||||||
HKCU = _winreg.HKEY_CURRENT_USER
|
HKCU = _winreg.HKEY_CURRENT_USER
|
||||||
|
|
|
@ -440,6 +440,9 @@ Core and Builtins
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- Issue #7354: distutils.tests.test_msvc9compiler - dragfullwindows can
|
||||||
|
be 2.
|
||||||
|
|
||||||
- Issue #5037: Proxy the __unicode__ special method instead to __unicode__
|
- Issue #5037: Proxy the __unicode__ special method instead to __unicode__
|
||||||
instead of __str__.
|
instead of __str__.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue