commit | c32b678fd057f10ef1bf8999b7785f51e0e5f81b | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Tue Feb 19 20:00:11 2013 -0500 |
committer | R David Murray <rdmurray@bitdance.com> | Tue Feb 19 20:00:11 2013 -0500 |
tree | b3ce1c465cf5be79a2c92b08c0d44940b9e195d3 | |
parent | 5aff27aec18e08365891c4bc1d81cca87d9d49fd [diff] [blame] |
#7842: backport fix for py_compile.compile syntax error message handling.
diff --git a/Misc/NEWS b/Misc/NEWS index 79e350a..d03d7c6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -208,6 +208,8 @@ Library ------- +- Issue #7842: backported fix for py_compile.compile() syntax error handling. + - Issue #13153: Tkinter functions now raise TclError instead of ValueError when a unicode argument contains non-BMP character.