diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2021-03-01 16:45:40 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2021-03-01 16:45:40 (GMT) |
commit | 06c245fb67ceea81c99406d1d1396fce5f4b6f38 (patch) | |
tree | 619d0ab67413fe0b401c93df2315d5daecf76087 /Misc/NEWS.d/next/IDLE | |
parent | 8c9453b5759f7ab86a01fab13b03cef5900eb328 (diff) | |
download | cpython-06c245fb67ceea81c99406d1d1396fce5f4b6f38.zip cpython-06c245fb67ceea81c99406d1d1396fce5f4b6f38.tar.gz cpython-06c245fb67ceea81c99406d1d1396fce5f4b6f38.tar.bz2 |
Python 3.10.0a6
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2021-02-21-16-30-10.bpo-43283.DLBwYn.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2021-02-21-16-30-10.bpo-43283.DLBwYn.rst b/Misc/NEWS.d/next/IDLE/2021-02-21-16-30-10.bpo-43283.DLBwYn.rst deleted file mode 100644 index 7a627af..0000000 --- a/Misc/NEWS.d/next/IDLE/2021-02-21-16-30-10.bpo-43283.DLBwYn.rst +++ /dev/null @@ -1,3 +0,0 @@ -Document why printing to IDLE's Shell is often slower than printing to a -system terminal and that it can be made faster by pre-formatting a single -string before printing. |