summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-06-22 06:12:54 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-06-22 06:12:54 (GMT)
commit95d9555212dd960c1e6c0c3aa12e3c917959624b (patch)
treeb5caf6d75a90141d7b41824207c8aa0681cb0a40 /Misc/NEWS
parent0ffd26f7ff66b0c97ec380547de3daf742479d8f (diff)
downloadcpython-95d9555212dd960c1e6c0c3aa12e3c917959624b.zip
cpython-95d9555212dd960c1e6c0c3aa12e3c917959624b.tar.gz
cpython-95d9555212dd960c1e6c0c3aa12e3c917959624b.tar.bz2
fix idle about dialog #27365
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c764846..3cf805d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,11 @@ Build
- Issue #26930: Update Windows builds to use OpenSSL 1.0.2h.
+IDLE
+----
+
+- Issue #27365: Fix about dialog.
+
What's New in Python 2.7.12 release candidate 1?
================================================