]> granicus.if.org Git - python/commit
In test_site, correctly escape backslashes in path names.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 19 Jun 2008 21:17:12 +0000 (21:17 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 19 Jun 2008 21:17:12 +0000 (21:17 +0000)
commit9b69ed9d6733aacca64d043f555af263f98b7df6
tree0c6811676c08db329f484c64400114746a6abbb3
parent8e5cd75b732d94cbdfa6dcb3083277396f90c052
In test_site, correctly escape backslashes in path names.
This allows the test to pass when the username begins with a lowercase 't'...
Lib/test/test_site.py