summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-07-07 10:13:35 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-07-07 10:13:35 (GMT)
commit11f0b41e9de3805441ddd4142df9f6b7f4432ca7 (patch)
treed32d9eadffd3f5a787bafad084d7bd639ec0eff3 /Misc
parent9235b254dcad979abe36be1024f8e89b04c764be (diff)
downloadcpython-11f0b41e9de3805441ddd4142df9f6b7f4432ca7.zip
cpython-11f0b41e9de3805441ddd4142df9f6b7f4432ca7.tar.gz
cpython-11f0b41e9de3805441ddd4142df9f6b7f4432ca7.tar.bz2
Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding declaration.
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 699b4fb..92131b4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,6 +87,9 @@ Core and Builtins
Library
-------
+- Issue #14990: Correctly fail with SyntaxError on invalid encoding
+ declaration.
+
- Issue #15247: FileIO now raises an error when given a file descriptor
pointing to a directory.