diff options
author | Ned Deily <nad@acm.org> | 2012-10-19 01:16:44 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-10-19 01:16:44 (GMT) |
commit | bfbf3f139d84d374e1256542484c02597da20ada (patch) | |
tree | a2b60750e32986896a50c5bd3573217c46389285 /Lib/idlelib/NEWS.txt | |
parent | 44362a88ad8d541c46de0e149975d6a9805b981e (diff) | |
download | cpython-bfbf3f139d84d374e1256542484c02597da20ada.zip cpython-bfbf3f139d84d374e1256542484c02597da20ada.tar.gz cpython-bfbf3f139d84d374e1256542484c02597da20ada.tar.bz2 |
Issue #16226: Fix IDLE Path Browser crash.
(Patch by Roger Serwy)
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index a0c957e..292c5a0 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,3 +1,10 @@ +What's New in IDLE 3.3.1? +========================= + +- Issue #16226: Fix IDLE Path Browser crash. + (Patch by Roger Serwy) + + What's New in IDLE 3.3.0? ========================= |