From: Ned Deily Date: Fri, 19 Oct 2012 01:19:11 +0000 (-0700) Subject: Issue #16226: Fix IDLE Path Browser crash. X-Git-Tag: v3.4.0a1~2225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d590d8705bf7f467242718afae7c6826f23c6a6;p=python Issue #16226: Fix IDLE Path Browser crash. (Patch by Roger Serwy) --- 5d590d8705bf7f467242718afae7c6826f23c6a6 diff --cc Lib/idlelib/NEWS.txt index a0c957e373,292c5a0bc9..12282b919e --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@@ -1,3 -1,10 +1,10 @@@ -What's New in IDLE 3.3.1? ++What's New in IDLE 3.4.0? + ========================= + + - Issue #16226: Fix IDLE Path Browser crash. + (Patch by Roger Serwy) + + What's New in IDLE 3.3.0? =========================