Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: aefc1d4e65c04f3fc6863a2e0563957c3b1e726b
https://github.com/django/django/commit/aefc1d4e65c04f3fc6863a2e0563957c3b1e726b
Author: Ramiro Morales <
ram...@rmorales.net>
Date: 2013-10-23 (Wed, 23 Oct 2013)
Changed paths:
M tests/admin_scripts/tests.py
Log Message:
-----------
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.