commit | f08fea9ee8a4ff12445b994dc7956b58e85762f4 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Sep 02 14:23:40 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Wed Sep 02 14:23:40 2015 +0200 |
tree | f0986c3c44c8721b9c1dde1ff71bdb69bae07a4e | |
parent | 8aad8d6ad32de1f8fb87ff55ecde8ea3de8a72c4 [diff] |
Issue 24297: Fix test_symbol on Windows Don't rely on end of line. Open files in text mode, not in binary mode.