diff options
author | Ned Deily <nad@acm.org> | 2013-12-11 00:21:58 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-12-11 00:21:58 (GMT) |
commit | 278543d5392967fb4bfe2d3b3f71c2281500c458 (patch) | |
tree | ede425a423f6db328e94e0033757ca29569d3f7b /Misc/NEWS | |
parent | b06231a9c98210c1b01f209cca5b37c005036a46 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----- |