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.
1 file changed