diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2019-08-04 23:48:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-04 23:48:52 (GMT) |
commit | 1213123005d9f94bb5027c0a5256ea4d3e97b61d (patch) | |
tree | 6e2a92d5b7bd4baabdea20ecc040cf5393311742 /Misc | |
parent | d748a8085568cc57613ab2b437f7b6c1b6d76ae3 (diff) | |
download | cpython-1213123005d9f94bb5027c0a5256ea4d3e97b61d.zip cpython-1213123005d9f94bb5027c0a5256ea4d3e97b61d.tar.gz cpython-1213123005d9f94bb5027c0a5256ea4d3e97b61d.tar.bz2 |
bpo-36419: IDLE - Refactor autocompete and improve testing. (#15121)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst b/Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst new file mode 100644 index 0000000..a44fd3b --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2019-08-04-17-10-01.bpo-36419.TJZqOc.rst @@ -0,0 +1 @@ +IDLE - Refactor autocompete and improve testing. |