Branch: refs/heads/stable/1.6.x
Home:
https://github.com/django/django
Commit: 7f5555db2b2c711a2ba66ee586d145d70e1a7609
https://github.com/django/django/commit/7f5555db2b2c711a2ba66ee586d145d70e1a7609
Author: Ramiro Morales <
ram...@rmorales.net>
Date: 2013-10-23 (Wed, 23 Oct 2013)
Changed paths:
M tests/admin_scripts/tests.py
Log Message:
-----------
[1.6.x] Workaround admin scripts test failures on Windows+Python 3.
Change strategy used to examine instrumented output to acommodate the
fact that on Windows, where the path separator is '\', repr() of Python
modules has changed in Python 3 to use escaped backslashes in the FS
path section (e.g.
'C:\\python3x\\Lib\\site-packages\\django\\contrib\\auth\\models.py')
without having to special-case based on platform.
c04f3fc686 from master.