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 jrevans1
Recipients jrevans1
Date 2009-04-24.20:46:29
SpamBayes Score 5.92695e-07
Marked as misclassified No
Message-id <1240605993.87.0.323265568101.issue5833@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch file that will update the readline functionality of
python in the following ways:
-- makes the tab-expand module be compatible with readline v6.x (fixes
the annoying extra-space bug)
-- removes '~$-/' from the completer chars list to make the next item work
-- adds filename completion to the completer, this is useful whenever a
filename/path is used
-- allows expansion to work properly on ClassType objects
History
Date User Action Args
2009-04-24 20:46:33jrevans1setrecipients: + jrevans1
2009-04-24 20:46:33jrevans1setmessageid: <1240605993.87.0.323265568101.issue5833@psf.upfronthosting.co.za>
2009-04-24 20:46:32jrevans1linkissue5833 messages
2009-04-24 20:46:32jrevans1create