diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2018-02-28 22:23:58 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2018-02-28 22:23:58 (GMT) |
commit | f0daa880a405c8de6743e44fa46006754aa145c9 (patch) | |
tree | 69e9aaea4f22f22dd1886ff6d2cac7bc58bb9547 /Misc | |
parent | 45ab51c142c2dc70a2abb7100b3cb3457bc18516 (diff) | |
download | cpython-f0daa880a405c8de6743e44fa46006754aa145c9.zip cpython-f0daa880a405c8de6743e44fa46006754aa145c9.tar.gz cpython-f0daa880a405c8de6743e44fa46006754aa145c9.tar.bz2 |
bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862)
The new code also runs faster.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2018-02-24-18-20-50.bpo-32940.ZaJ1Rf.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-02-24-18-20-50.bpo-32940.ZaJ1Rf.rst b/Misc/NEWS.d/next/IDLE/2018-02-24-18-20-50.bpo-32940.ZaJ1Rf.rst new file mode 100644 index 0000000..958f952 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2018-02-24-18-20-50.bpo-32940.ZaJ1Rf.rst @@ -0,0 +1 @@ +Simplify and rename StringTranslatePseudoMapping in pyparse. |