]> granicus.if.org Git - python/commit
#9289: Workaround for test_long_key(test_winreg) failure on Win2000.
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Fri, 22 Oct 2010 11:47:07 +0000 (11:47 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Fri, 22 Oct 2010 11:47:07 +0000 (11:47 +0000)
commitecdead62b4d7d6870c16a95f8dfcb40cd16bf516
treed3741032edd7cab2a0451b27249766ea060984e2
parentf084376f23ee20a972a1fb28f9fd5366f8fd2439
#9289: Workaround for test_long_key(test_winreg) failure on Win2000.
RegDeleteKeyA fails with ERROR_MORE_DATA if the length of 2nd
parameter exceeds 260.
Lib/test/test_winreg.py