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 wohlganger
Recipients THRlWiTi, taleinat, terry.reedy, wohlganger
Date 2017-07-17.20:39:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500323997.31.0.230745231025.issue18875@psf.upfronthosting.co.za>
In-reply-to
Content
I've written an extension (see file) that does auto insertion of closing parens, brackets, braces, ticks, and quotes. It also (optionally) skips the closers when they are typed right next to the already exiting one. It also takes into account triple-ticks / triple-quotes.
History
Date User Action Args
2017-07-17 20:39:57wohlgangersetrecipients: + wohlganger, terry.reedy, taleinat, THRlWiTi
2017-07-17 20:39:57wohlgangersetmessageid: <1500323997.31.0.230745231025.issue18875@psf.upfronthosting.co.za>
2017-07-17 20:39:57wohlgangerlinkissue18875 messages
2017-07-17 20:39:57wohlgangercreate