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 Eduardo.Seabra
Recipients Eduardo.Seabra, cdspace, rhettinger, terry.reedy
Date 2014-06-20.17:53:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403286786.64.0.390030157015.issue21261@psf.upfronthosting.co.za>
In-reply-to
Content
I've added three lines to cls.code to test_hyperparser. So I can test for subscripts with double quotes, single quotes and with no strings at all.

Should I implement try_open_completions_event for COMPLETE_DICTIONARY? Calling this event everytime someone types a string seemed a bit expensive in my opinion.

I'm attaching the new patch.

As fas as the signed contributor, I've already signed last week but still waiting.
History
Date User Action Args
2014-06-20 17:53:06Eduardo.Seabrasetrecipients: + Eduardo.Seabra, rhettinger, terry.reedy, cdspace
2014-06-20 17:53:06Eduardo.Seabrasetmessageid: <1403286786.64.0.390030157015.issue21261@psf.upfronthosting.co.za>
2014-06-20 17:53:06Eduardo.Seabralinkissue21261 messages
2014-06-20 17:53:06Eduardo.Seabracreate