diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2008-01-05 04:32:22 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2008-01-05 04:32:22 (GMT) |
commit | 43b15097ccdb8cbfaf03a8705730cd5d7ab413fd (patch) | |
tree | fd7b864e1cb715324831cc21a211a6c42fca541d /Misc | |
parent | 4c3eda3a847c927bc1594de70b2bf9d27975c8ba (diff) | |
download | cpython-43b15097ccdb8cbfaf03a8705730cd5d7ab413fd.zip cpython-43b15097ccdb8cbfaf03a8705730cd5d7ab413fd.tar.gz cpython-43b15097ccdb8cbfaf03a8705730cd5d7ab413fd.tar.bz2 |
Interpreter wasn't displaying the location of a SyntaxError
Issue1692
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 3.0a3? Core and Builtins ----------------- +- Issue #1692: Interpreter was not displaying location of SyntaxError + - Improve some exception messages when Windows fails to load an extension module. Now we get for example '%1 is not a valid Win32 application' instead of 'error code 193'. Also use Unicode strings to deal with non-English |