]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15809: IDLE shell now uses locale encoding instead of Latin1 for
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 17 May 2015 10:53:54 +0000 (13:53 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 17 May 2015 10:53:54 +0000 (13:53 +0300)
commit4b2c468e7464dc29700b50afcfc0bf101bea7fb8
treec9e93aee511c3acccaf8b91ab19d13bd19fab579
parentc8059e48f2963acfcc3682bc9ee91b80ee3e501b
Issue #15809: IDLE shell now uses locale encoding instead of Latin1 for
decoding unicode literals.
Lib/idlelib/PyShell.py
Lib/idlelib/run.py
Misc/NEWS