mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Whitespace normalization, plus:
+ test_quopri.py relied on significant trailing spaces. Fixed. + test_dircache.py (still) doesn't work on Windows (directory mtime on Windows doesn't work like it does on Unix).
This commit is contained in:
parent
3332778f35
commit
87cc0c329e
5 changed files with 19 additions and 19 deletions
|
@ -52,7 +52,7 @@ class TemporaryFileTests(unittest.TestCase):
|
|||
if not hasattr(os, "tmpnam"):
|
||||
return
|
||||
self.check_tempfile(os.tmpnam())
|
||||
|
||||
|
||||
|
||||
|
||||
run_unittest(TemporaryFileTests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue