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 /Lib/test/coding20731.py | |
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 'Lib/test/coding20731.py')
-rw-r--r-- | Lib/test/coding20731.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/coding20731.py b/Lib/test/coding20731.py new file mode 100644 index 0000000..ca4962e --- /dev/null +++ b/Lib/test/coding20731.py @@ -0,0 +1,4 @@ +#coding:latin1 + + + |