Terry J. Reedy added the comment:

Hi Charles. Welcome to CPython development and its issue tracker.  Everyone 
starts 'new at this'.

Can you please describe, in detail, a simple, minimal example of how to invoke 
the existing behavior that you want to change, then what change you want to 
see.  Behavior change patches should be accompanied by a test that fails before 
the patch and passes after it is applies.  Such a description is the basis for 
a new test.

The test for idlelib.parenmatch is in idlelib.idle_test.test_parenmatch.  Can 
you see if you can make sense of the existing tests and if you have any idea 
how to add a new one?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30723>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to