From dc244d38be10b12c73877022ce0241711dcbf99d Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sat, 17 Mar 2001 19:52:32 +0000 Subject: [PATCH] Added IDLE feature requests. http://sourceforge.net/tracker/?func=detail&aid=404444&group_id=5470&atid=105470 --- pep-0042.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pep-0042.txt b/pep-0042.txt index 368546713..5126c95aa 100644 --- a/pep-0042.txt +++ b/pep-0042.txt @@ -240,6 +240,12 @@ Tools http://sourceforge.net/bugs/?func=detailbug&bug_id=121963&group_id=5470 + - Would be nice if IDLE showed which structure was being closed upon + typing one of "})]". Heck, a string too, for that matter. + The bug report also says something about TAB I didn't grok. + + http://sourceforge.net/tracker/?func=detail&aid=404444&group_id=5470&atid=105470 + Building and Installing