commit | 729ad5cf561ba644322952b79051269f07bb1ec0 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Jun 09 16:54:56 2013 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Jun 09 16:54:56 2013 +0300 |
tree | 22c50dbce59e4c048a6752db5ed4b28cf2e99994 | |
parent | c49805e96782e4e0ec4fe6c8cf0172d435b328ec [diff] [blame] |
Issue #18038: SyntaxError raised during compilation sources with illegal encoding now always contains an encoding name.
diff --git a/Misc/NEWS b/Misc/NEWS index 93d2c09..784011a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,9 @@ Core and Builtins ----------------- +- Issue #18038: SyntaxError raised during compilation sources with illegal + encoding now always contains an encoding name. + - Issue #18019: Fix crash in the repr of dictionaries containing their own views.