summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-12-11 00:21:58 (GMT)
committerNed Deily <nad@acm.org>2013-12-11 00:21:58 (GMT)
commit278543d5392967fb4bfe2d3b3f71c2281500c458 (patch)
treeede425a423f6db328e94e0033757ca29569d3f7b /Misc/NEWS
parentb06231a9c98210c1b01f209cca5b37c005036a46 (diff)
downloadcpython-278543d5392967fb4bfe2d3b3f71c2281500c458.zip
cpython-278543d5392967fb4bfe2d3b3f71c2281500c458.tar.gz
cpython-278543d5392967fb4bfe2d3b3f71c2281500c458.tar.bz2
Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial
shell window is present. (Original patch by Terry Reedy)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7d7d9bf..b7e51a5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -74,6 +74,9 @@ IDLE
- Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE
no more hangs.
+- Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial
+ shell window is present.
+
Tests
-----