diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2014-02-28 14:27:29 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2014-02-28 14:27:29 (GMT) |
commit | 815b41b1cdb98686fc3f9cdf995b6983c12c04b3 (patch) | |
tree | 58c273e0da20ff65f83301041971ec3e723bd1d3 /.hgeol | |
parent | 9db1ab82508cd4be4195e520da8cb8d86cd1f7e4 (diff) | |
download | cpython-815b41b1cdb98686fc3f9cdf995b6983c12c04b3.zip cpython-815b41b1cdb98686fc3f9cdf995b6983c12c04b3.tar.gz cpython-815b41b1cdb98686fc3f9cdf995b6983c12c04b3.tar.bz2 |
Issue #20731: Properly position in source code files even if they
are opened in text mode. Patch by Serhiy Storchaka.
Diffstat (limited to '.hgeol')
-rw-r--r-- | .hgeol | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ Lib/test/xmltestdata/* = BIN Lib/venv/scripts/nt/* = BIN +Lib/test/coding20731.py = BIN + # All other files (which presumably are human-editable) are "native". # This must be the last rule! |