diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-11 12:43:18 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-11 12:43:18 (GMT) |
commit | 8114f21668fe9775d2542d079c6396a745f4f094 (patch) | |
tree | 62ef9087e76229ea0fd18d0a1052abd79c9ae2f3 /Misc | |
parent | 0a7b8596c075b3d69e2fae3c71746415ba3bad39 (diff) | |
parent | 8b58339eb2939da4df822f7ea457b44e120fad45 (diff) | |
download | cpython-8114f21668fe9775d2542d079c6396a745f4f094.zip cpython-8114f21668fe9775d2542d079c6396a745f4f094.tar.gz cpython-8114f21668fe9775d2542d079c6396a745f4f094.tar.bz2 |
Issue #28512: Fixed setting the offset attribute of SyntaxError by
PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.6.1 release candidate 1 Core and Builtins ----------------- +- Issue #28512: Fixed setting the offset attribute of SyntaxError by + PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject(). + - Issue #28918: Fix the cross compilation of xxlimited when Python has been built with Py_DEBUG defined. |