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 yoha
Recipients yoha
Date 2014-11-23.12:18:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416745085.09.0.740080021134.issue22923@psf.upfronthosting.co.za>
In-reply-to
Content
I have found the culprit. It is actually coming from libreadline: <http://git.savannah.gnu.org/cgit/readline.git/tree/complete.c#n517> where the answer is always set to yes in callback mode. According to `git blame`, this is has been so since version 6.2 at least three years ago.

Should Python patch its code to fix readline's behavior? Should I a bug be filed in the GNU maling list for readline? Should I wait and hope this is fixed someday?
History
Date User Action Args
2014-11-23 12:18:05yohasetrecipients: + yoha
2014-11-23 12:18:05yohasetmessageid: <1416745085.09.0.740080021134.issue22923@psf.upfronthosting.co.za>
2014-11-23 12:18:05yohalinkissue22923 messages
2014-11-23 12:18:04yohacreate