summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE
diff options
context:
space:
mode:
authorTal Einat <taleinat+github@gmail.com>2019-01-13 15:01:50 (GMT)
committerGitHub <noreply@github.com>2019-01-13 15:01:50 (GMT)
commit39a33e99270848d34628cdbb1fdb727f9ede502a (patch)
tree37e17a396741a0a98790b2bbcd6a24e2e730adca /Misc/NEWS.d/next/IDLE
parent995d9b92979768125ced4da3a56f755bcdf80f6e (diff)
downloadcpython-39a33e99270848d34628cdbb1fdb727f9ede502a.zip
cpython-39a33e99270848d34628cdbb1fdb727f9ede502a.tar.gz
cpython-39a33e99270848d34628cdbb1fdb727f9ede502a.tar.bz2
bpo-35196: Optimize Squeezer's write() interception (GH-10454)
The new functionality of Squeezer.reload() is also tested, along with some general re-working of the tests in test_squeezer.py.
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r--Misc/NEWS.d/next/IDLE/2018-12-27-17-46-42.bpo-35196.9E-xUh.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-12-27-17-46-42.bpo-35196.9E-xUh.rst b/Misc/NEWS.d/next/IDLE/2018-12-27-17-46-42.bpo-35196.9E-xUh.rst
new file mode 100644
index 0000000..ee90d76
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2018-12-27-17-46-42.bpo-35196.9E-xUh.rst
@@ -0,0 +1 @@
+Speed up squeezer line counting.