commit | ee105dcc62fd4500d7e25a7c6679e274bc220bd7 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Jan 10 22:43:03 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Fri Jan 10 22:43:03 2014 +0200 |
tree | 2de15151f4adae283d53e897c43c7db0b98bab8a | |
parent | 664ebb03af421173ec0f127022efc73dca8ff812 [diff] |
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.