summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-03-20 21:36:29 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-03-20 21:36:29 (GMT)
commit6d297cbec48e9026ddf31d2ff95df7c182572dc9 (patch)
tree77e0dd82cbcfa6c48fffeeb24f6c31ec62510bfa /Misc
parentcac1d236a24e2755c05103d485a3b42a884b5a45 (diff)
downloadcpython-6d297cbec48e9026ddf31d2ff95df7c182572dc9.zip
cpython-6d297cbec48e9026ddf31d2ff95df7c182572dc9.tar.gz
cpython-6d297cbec48e9026ddf31d2ff95df7c182572dc9.tar.bz2
Issue #26581: Use the first coding cookie on a line, not the last one.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 56e2cad..3f6ae5d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 2.7.12?
Core and Builtins
-----------------
+- Issue #26581: If coding cookie is specified multiple times on a line in
+ Python source code file, only the first one is taken to account.
+
- Issue #22836: Ensure exception reports from PyErr_Display() and
PyErr_WriteUnraisable() are sensible even when formatting them produces
secondary errors. This affects the reports produced by