]> granicus.if.org Git - python/commit
Fixed test_tempfilepager in test_pydoc on Windows.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 10 Jan 2014 20:43:03 +0000 (22:43 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 10 Jan 2014 20:43:03 +0000 (22:43 +0200)
commitee105dcc62fd4500d7e25a7c6679e274bc220bd7
tree2de15151f4adae283d53e897c43c7db0b98bab8a
parent664ebb03af421173ec0f127022efc73dca8ff812
Fixed test_tempfilepager in test_pydoc on Windows.

Filename such as r'c:\users\db3l\appdata\local\temp\tmph3vkvf' contains '\t'
which is interpreted by ast.literal_eval() as a tabulation.
Lib/test/test_pydoc.py