]> 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:12:15 +0000 (15:12 -0800)
committerGitHub <noreply@github.com>
Wed, 28 Feb 2018 23:12:15 +0000 (15:12 -0800)
commit32f5392f64f004382e26a988b1145d2dc96c4978
tree932f49ecc7eba4f10c55f785f4b10c6309f59270
parent8c65360dd0c1ea5b5d2e60a0694daf3f9df8f56b
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]