]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15478: Fix test_pep277 on Windows
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 5 Nov 2012 00:28:28 +0000 (01:28 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 5 Nov 2012 00:28:28 +0000 (01:28 +0100)
commitefe2b53d12adccbe87d75c511c2dc88acec0ac63
treed8e136856b0653e4c2384fee84d85f29cc5caf61
parent4e7d2d481a5ab86977bd9dbafbceabec7b48883b
Issue #15478: Fix test_pep277 on Windows

os.listdir() now returns the original path in OSError.filename (on any
platform), even if "*.*" was added to the path (on Windows).
Lib/test/test_pep277.py