summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2017-11-29 05:08:28 (GMT)
committerGitHub <noreply@github.com>2017-11-29 05:08:28 (GMT)
commit041efd292ebff46060fc1680b0608b1d4c876a48 (patch)
tree5754e80ced0fe3af10abe30f9ce96f810de3962f /Misc/NEWS.d/next/IDLE
parente8f7c78a868834bb53fa0ac903fc87785112f49e (diff)
downloadcpython-041efd292ebff46060fc1680b0608b1d4c876a48.zip
cpython-041efd292ebff46060fc1680b0608b1d4c876a48.tar.gz
cpython-041efd292ebff46060fc1680b0608b1d4c876a48.tar.bz2
bpo-32164: Delete unused file idlelib/tabbedpages.py (#4628)
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r--Misc/NEWS.d/next/IDLE/2017-11-28-21-47-15.bpo-32164.2T2Na8.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-11-28-21-47-15.bpo-32164.2T2Na8.rst b/Misc/NEWS.d/next/IDLE/2017-11-28-21-47-15.bpo-32164.2T2Na8.rst
new file mode 100644
index 0000000..1db575c
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2017-11-28-21-47-15.bpo-32164.2T2Na8.rst
@@ -0,0 +1,2 @@
+Delete unused file idlelib/tabbedpages.py. Use of TabbedPageSet in
+configdialog was replaced by ttk.Notebook.