]> granicus.if.org Git - python/commit
bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 28 Feb 2018 23:08:21 +0000 (15:08 -0800)
committerGitHub <noreply@github.com>
Wed, 28 Feb 2018 23:08:21 +0000 (15:08 -0800)
commit7e5763469e2fc9d08a3f6b6205f87f20a1bdd465
tree5f3fa69fed6c2b43082496c7a629a92f83a647b2
parentcefbd0101d4fd0a258be0c182cf27609ad26c100
bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862)

The new code also runs faster.
(cherry picked from commit f0daa880a405c8de6743e44fa46006754aa145c9)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Lib/idlelib/idle_test/test_pyparse.py
Lib/idlelib/pyparse.py
Misc/NEWS.d/next/IDLE/2018-02-24-18-20-50.bpo-32940.ZaJ1Rf.rst [new file with mode: 0644]