diff options
author | csabella <cheryl.sabella@gmail.com> | 2017-07-30 17:34:25 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2017-07-30 17:34:25 (GMT) |
commit | 9397e2a87ed6e0e724ad71a0c751553620cb775e (patch) | |
tree | 6ace52ebb5770a23e38efa6cd5319a8a21ea4e7f /Misc | |
parent | c3aa47f655abe564a2c2fb6d091ab19bdc0113b5 (diff) | |
download | cpython-9397e2a87ed6e0e724ad71a0c751553620cb775e.zip cpython-9397e2a87ed6e0e724ad71a0c751553620cb775e.tar.gz cpython-9397e2a87ed6e0e724ad71a0c751553620cb775e.tar.bz2 |
bpo-31004: IDLE: Factor out FontPage class from configdialog (step 1) (#2905)
The slightly modified tests continue to pass. The General test
broken by the switch to Notebook is fixed.
Patch mostly by Cheryl Sabella.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2017-07-30-01-00-58.bpo-31004.m8cc1t.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-07-30-01-00-58.bpo-31004.m8cc1t.rst b/Misc/NEWS.d/next/IDLE/2017-07-30-01-00-58.bpo-31004.m8cc1t.rst new file mode 100644 index 0000000..47fed94 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2017-07-30-01-00-58.bpo-31004.m8cc1t.rst @@ -0,0 +1,4 @@ +IDLE - Factor FontPage(Frame) class from ConfigDialog. + +Slightly modified tests continue to pass. Fix General tests. Patch mostly by +Cheryl Sabella. |