diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2019-07-16 20:58:25 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2019-07-16 20:58:25 (GMT) |
commit | f8d4cc7dbbf54b9c5435c3080582a4aa421a067d (patch) | |
tree | 05eee5cc0b10e339d602250362c7786147a91fff /Misc/NEWS.d | |
parent | f69d5c61981ea97d251db515c7ff280fcc17182d (diff) | |
download | cpython-f8d4cc7dbbf54b9c5435c3080582a4aa421a067d.zip cpython-f8d4cc7dbbf54b9c5435c3080582a4aa421a067d.tar.gz cpython-f8d4cc7dbbf54b9c5435c3080582a4aa421a067d.tar.bz2 |
bpo-27452: IDLE: Cleanup config.py code (GH-14577)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2019-07-03-22-47-44.bpo-27452.nePPLi.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-07-03-22-47-44.bpo-27452.nePPLi.rst b/Misc/NEWS.d/next/IDLE/2019-07-03-22-47-44.bpo-27452.nePPLi.rst new file mode 100644 index 0000000..ddd37bb --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2019-07-03-22-47-44.bpo-27452.nePPLi.rst @@ -0,0 +1 @@ +Cleanup ``config.py`` by inlining ``RemoveFile`` and simplifying the handling of ``file`` in ``CreateConfigHandlers``.
\ No newline at end of file |