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 <[email protected]>
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: <[email protected]>
2014-06-20 17:53:06Eduardo.Seabralinkissue21261 messages
2014-06-20 17:53:06Eduardo.Seabracreate