This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients terry.reedy, wohlganger
Date 2017-06-21.20:31:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498077069.29.0.306775798162.issue30723@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2017-06-21 20:31:09terry.reedysetrecipients: + terry.reedy, wohlganger
2017-06-21 20:31:09terry.reedysetmessageid: <1498077069.29.0.306775798162.issue30723@psf.upfronthosting.co.za>
2017-06-21 20:31:09terry.reedylinkissue30723 messages
2017-06-21 20:31:09terry.reedycreate