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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d590d8705bf7f467242718afae7c6826f23c6a6;p=thirdparty%2FPython%2Fcpython.git Issue #16226: Fix IDLE Path Browser crash. (Patch by Roger Serwy) --- 5d590d8705bf7f467242718afae7c6826f23c6a6 diff --cc Lib/idlelib/NEWS.txt index a0c957e37316,292c5a0bc9dd..12282b919ed9 --- 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? =========================