summaryrefslogtreecommitdiffstats
path: root/.hgeol
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2014-02-28 14:27:29 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2014-02-28 14:27:29 (GMT)
commit815b41b1cdb98686fc3f9cdf995b6983c12c04b3 (patch)
tree58c273e0da20ff65f83301041971ec3e723bd1d3 /.hgeol
parent9db1ab82508cd4be4195e520da8cb8d86cd1f7e4 (diff)
downloadcpython-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--.hgeol2
1 files changed, 2 insertions, 0 deletions
diff --git a/.hgeol b/.hgeol
index 4e03690..73a4770 100644
--- a/.hgeol
+++ b/.hgeol
@@ -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!