diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2019-02-24 04:04:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-24 04:04:53 (GMT) |
commit | d610116a2e48b55788b62e11f2e6956af06b3de0 (patch) | |
tree | 8264dbc71fca508544e5fe522729c767a0fa082b /Misc | |
parent | abe5922743f62e130c4dad2f637274c38d6b1e8b (diff) | |
download | cpython-d610116a2e48b55788b62e11f2e6956af06b3de0.zip cpython-d610116a2e48b55788b62e11f2e6956af06b3de0.tar.gz cpython-d610116a2e48b55788b62e11f2e6956af06b3de0.tar.bz2 |
bpo-24310: Document IDLE settings dialog font tab sample (GH-12007)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2019-02-23-22-31-20.bpo-24310.j_vJQl.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-02-23-22-31-20.bpo-24310.j_vJQl.rst b/Misc/NEWS.d/next/IDLE/2019-02-23-22-31-20.bpo-24310.j_vJQl.rst new file mode 100644 index 0000000..12ac990 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2019-02-23-22-31-20.bpo-24310.j_vJQl.rst @@ -0,0 +1 @@ +IDLE -- Document settings dialog font tab sample. |