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 eric.araujo
Recipients docs@python, eric.araujo, hideaki_t, rheise
Date 2012-11-03.20:17:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351973828.19.0.723784375739.issue10796@psf.upfronthosting.co.za>
In-reply-to
Content
I think I get it: Python sets custom delimiters that include '-' because for the Python REPL, it’s not possible to have one identifier with a dash, so it’s considered a delimiter and when you press tab, a new completion is started.  For a custom REPL however, you may want to have dashes as legal parts of your completed words, so you want to call set_completer_delims.  Reclassifying as a doc patch.
History
Date User Action Args
2012-11-03 20:17:08eric.araujosetrecipients: + eric.araujo, docs@python, rheise, hideaki_t
2012-11-03 20:17:08eric.araujosetmessageid: <1351973828.19.0.723784375739.issue10796@psf.upfronthosting.co.za>
2012-11-03 20:17:08eric.araujolinkissue10796 messages
2012-11-03 20:17:07eric.araujocreate