diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2012-07-07 10:13:35 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2012-07-07 10:13:35 (GMT) |
commit | 11f0b41e9de3805441ddd4142df9f6b7f4432ca7 (patch) | |
tree | d32d9eadffd3f5a787bafad084d7bd639ec0eff3 /Misc | |
parent | 9235b254dcad979abe36be1024f8e89b04c764be (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |