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 pitrou
Recipients jrevans1, pitrou, spatz
Date 2009-07-27.13:57:55
SpamBayes Score 4.7156723e-13
Marked as misclassified No
Message-id <1248703078.5.0.48371836083.issue5833@psf.upfronthosting.co.za>
In-reply-to
Content
The patch should be broken into several, one for each bug fix or
enhancement.

Remarks and questions:
- is the readline v6.x fix (which I'm interested in) compatible with
previous readline versions?
- what does "removes '~$-/' from the completer chars list to make the
next item work" mean exactly? is it a bugfix or a new feature?
- I'm not sure filename completion is uncontroversial, it's the kind of
advanced features which we usually let third-party tools (e.g. IPython)
handle if they want to; it may also cause spurious IOs and error messages
History
Date User Action Args
2009-07-27 13:57:59pitrousetrecipients: + pitrou, spatz, jrevans1
2009-07-27 13:57:58pitrousetmessageid: <1248703078.5.0.48371836083.issue5833@psf.upfronthosting.co.za>
2009-07-27 13:57:56pitroulinkissue5833 messages
2009-07-27 13:57:55pitroucreate