summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorcsabella <cheryl.sabella@gmail.com>2017-08-01 04:24:07 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2017-08-01 04:24:07 (GMT)
commit6f446bee4f6ac0c61bb2c3386a0149fd36855793 (patch)
treea18cefa973b4fbd7189fe10921af9eb18c2ed677 /Misc
parente1e60bd95c376f9b18cbaf9481364281c6cc1bc7 (diff)
downloadcpython-6f446bee4f6ac0c61bb2c3386a0149fd36855793.zip
cpython-6f446bee4f6ac0c61bb2c3386a0149fd36855793.tar.gz
cpython-6f446bee4f6ac0c61bb2c3386a0149fd36855793.tar.bz2
bpo-31083: IDLE: Describe the Page classes in configdialog (#2965)
Add template as comment. Update existing classes to match outline. Initial patch by Cheryl Sabella.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2017-07-31-23-20-51.bpo-31083.991FXm.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-07-31-23-20-51.bpo-31083.991FXm.rst b/Misc/NEWS.d/next/IDLE/2017-07-31-23-20-51.bpo-31083.991FXm.rst
new file mode 100644
index 0000000..3bb3375
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2017-07-31-23-20-51.bpo-31083.991FXm.rst
@@ -0,0 +1,3 @@
+IDLE - Add an outline of a TabPage class in configdialog.
+Update existing classes to match outline.
+Initial patch by Cheryl Sabella.