diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2014-02-02 04:08:33 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2014-02-02 04:08:33 (GMT) |
commit | c8d9e0e932551b2722e1db3ced611e1c3c078cc7 (patch) | |
tree | 404161c4026aeece80f6b700793de2406d5d5073 /Misc | |
parent | f27b9a741ac7771aa1f6c1219d86a61222fdc20a (diff) | |
download | cpython-c8d9e0e932551b2722e1db3ced611e1c3c078cc7.zip cpython-c8d9e0e932551b2722e1db3ced611e1c3c078cc7.tar.gz cpython-c8d9e0e932551b2722e1db3ced611e1c3c078cc7.tar.bz2 |
Update the python.gif icon for the Idle classbrowser and pathbowser
from the old green snake to the new new blue and yellow snakes.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -286,6 +286,9 @@ Library IDLE ---- +- Update the python.gif icon for the Idle classbrowser and pathbowser + from the old green snake to the new new blue and yellow snakes. + - Issue #17721: Remove non-functional configuration dialog help button until we make it actually gives some help when clicked. Patch by Guilherme Simões. |