Message5953

Author zyasoft
Recipients fwierzbicki, mboersma, pjenvey, russell, vanvorst, walton, zyasoft
Date 2010-08-12.05:45:18
SpamBayes Score 8.0646896e-05
Marked as misclassified No
Message-id <1281591919.11.0.667382404929.issue1133@psf.upfronthosting.co.za>
In-reply-to
Content
I should point out - this requires some more work for completeness. But still useful as it is. To get completions working, do the standard:

import readline
import rlcompleter
readline.parse_and_bind("tab: complete")

although this last line is just ignored for now (and part of finishing things up is to work around that, if possible).
History
Date User Action Args
2010-08-12 05:45:19zyasoftsetmessageid: <1281591919.11.0.667382404929.issue1133@psf.upfronthosting.co.za>
2010-08-12 05:45:19zyasoftsetrecipients: + zyasoft, fwierzbicki, pjenvey, mboersma, walton, vanvorst, russell
2010-08-12 05:45:19zyasoftlinkissue1133 messages
2010-08-12 05:45:18zyasoftcreate