commit | 11f0b41e9de3805441ddd4142df9f6b7f4432ca7 | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Sat Jul 07 12:13:35 2012 +0200 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Sat Jul 07 12:13:35 2012 +0200 |
tree | d32d9eadffd3f5a787bafad084d7bd639ec0eff3 | |
parent | 9235b254dcad979abe36be1024f8e89b04c764be [diff] [blame] |
Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding declaration.
diff --git a/Misc/NEWS b/Misc/NEWS index 699b4fb..92131b4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -87,6 +87,9 @@ 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.