commit | d35edda68245a7ab5f74c0f94ab13f6574df6a4e | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Aug 24 08:39:24 2005 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Aug 24 08:39:24 2005 +0000 |
tree | 7bf88606ebb04a0ff76cfe598eef2b14d16a893a | |
parent | 56066d2e554b6b92375d3e276f2f02663526c087 [diff] |
Forward UnicodeDecodeError into SyntaxError for source encoding errors. Will backport to 2.4.
diff --git a/Misc/NEWS b/Misc/NEWS index a65db9d..f5a2526 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- Forward UnicodeDecodeError into SyntaxError for source encoding errors. + - SF bug #900092: When tracing (e.g. for hotshot), restore 'return' events for exceptions that cause a function to exit.