[issue32880] IDLE: Fix and update and cleanup pyparse

2018-02-22 Thread Serhiy Storchaka

Serhiy Storchaka  added the comment:

Could this code be used in IDLE? For example highlighting the closed/open brace 
when cursor stay on open/closed brace or shortcuts for "go to open/closed 
brace"? Many editors have such functionality.

--
nosy: +serhiy.storchaka

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32905] IDLE: remove unused code in pyparse module

2018-02-22 Thread Terry J. Reedy

Change by Terry J. Reedy :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



<    1   2