diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-12-11 00:18:36 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-12-11 00:18:36 (GMT) |
commit | ca3263c50c3b3a3719d2ec3ee7b30b8c669dcb19 (patch) | |
tree | e18938b9e8d57f43e11c013c5d633fd64d9aca65 /Misc/NEWS | |
parent | b94eef2ae3737b1f03452a30d5c96640c838dc46 (diff) | |
download | cpython-ca3263c50c3b3a3719d2ec3ee7b30b8c669dcb19.zip cpython-ca3263c50c3b3a3719d2ec3ee7b30b8c669dcb19.tar.gz cpython-ca3263c50c3b3a3719d2ec3ee7b30b8c669dcb19.tar.bz2 |
Issue #25677: Correct syntax error caret for indented blocks.
Based on patch by Michael Layzell.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Release date: TBA Core and Builtins ----------------- +- Issue #25677: Correct the positioning of the syntax error caret for + indented blocks. Based on patch by Michael Layzell. + - Issue #29000: Fixed bytes formatting of octals with zero padding in alternate form. |