[Python-checkins] CVS: python/nondist/peps pep-0042.txt,1.49,1.50

Tim Peters tim_one@users.sourceforge.net
Sat, 17 Mar 2001 11:52:34 -0800


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv32068/python/nondist/peps

Modified Files:
	pep-0042.txt 
Log Message:
Added IDLE feature requests.
http://sourceforge.net/tracker/?func=detail&aid=404444&group_id=5470&atid=105470


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -r1.49 -r1.50
*** pep-0042.txt	2001/02/15 13:39:53	1.49
--- pep-0042.txt	2001/03/17 19:52:32	1.50
***************
*** 241,244 ****
--- 241,250 ----
        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