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 vstinner
Recipients martin.panter, pitrou, r.david.murray, serhiy.storchaka, twouters, vstinner
Date 2015-09-24.11:46:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443095187.46.0.136886934522.issue25209@psf.upfronthosting.co.za>
In-reply-to
Content
I tested the patch. "wi<tab>" displays "with " (space)., but "fo<tab>" displays "for" (no space). I don't understand why. Well, it's not a big issue, anyway the patch looks good to me. IMHO you should apply it to Python 3.4-3.6 (not only 3.6).
History
Date User Action Args
2015-09-24 11:46:27vstinnersetrecipients: + vstinner, twouters, pitrou, r.david.murray, martin.panter, serhiy.storchaka
2015-09-24 11:46:27vstinnersetmessageid: <1443095187.46.0.136886934522.issue25209@psf.upfronthosting.co.za>
2015-09-24 11:46:27vstinnerlinkissue25209 messages
2015-09-24 11:46:27vstinnercreate