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 doko, jrevans1, pitrou, sandro.tosi, spatz
Date 2011-02-10.16:53:11
SpamBayes Score 7.5567524e-10
Marked as misclassified No
Message-id <1297356794.64.0.552405674085.issue5833@psf.upfronthosting.co.za>
In-reply-to
Content
> Antoine: do you think it's worth the effort?

As mentioned above, the readline 6 compatibility code was checked in.
The ClassType expansion is 2.x-only, so probably can't go in since it's a feature request.
What remains is the filename expansion. However, the problem is that it seems to rely on removing '~$-/' from the word break characters, which is IMO wrong (at least '-', '/' and '~' are all Python operators which should be considered word break characters).
History
Date User Action Args
2011-02-10 16:53:14pitrousetrecipients: + pitrou, doko, spatz, jrevans1, sandro.tosi
2011-02-10 16:53:14pitrousetmessageid: <1297356794.64.0.552405674085.issue5833@psf.upfronthosting.co.za>
2011-02-10 16:53:11pitroulinkissue5833 messages
2011-02-10 16:53:11pitroucreate