diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-21 20:26:52 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-21 20:26:52 (GMT) |
commit | 65fd0592fb3845c17b27c441380553fc22f78812 (patch) | |
tree | 514cb4f7fb01bcc581922bee799c3bfbe58a9cd2 /Misc | |
parent | f7d2874d3097054e030f0169f5eed92af488acbe (diff) | |
download | cpython-65fd0592fb3845c17b27c441380553fc22f78812.zip cpython-65fd0592fb3845c17b27c441380553fc22f78812.tar.gz cpython-65fd0592fb3845c17b27c441380553fc22f78812.tar.bz2 |
Issue #2382: SyntaxError cursor "^" now is written at correct position in most
cases when multibyte characters are in line (before "^"). This still not
works correctly with wide East Asian characters.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,10 @@ What's New in Python 3.3.4 release candidate 1? Core and Builtins ----------------- +- Issue #2382: SyntaxError cursor "^" is now written at correct position in most + cases when multibyte characters are in line (before "^"). This still not + works correctly with wide East Asian characters. + - Issue #18960: The first line of Python script could be executed twice when the source encoding was specified on the second line. Now the source encoding declaration on the second line isn't effective if the first line contains |