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 gregory.p.smith
Recipients gregory.p.smith
Date 2021-02-09.02:39:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612838362.31.0.320954085162.issue43172@roundup.psfhosted.org>
In-reply-to
Content
examining the behaviors being tested, it seems there are differences in 0 and 1 based indexing behaviors between libreadline and libedit.

libedit frankly seems more consistent.  but the Python readline module docs document the 0 and 1 based quirks as part of the module API.  We may need to adjust for these based on direct libedit use vs libreadline within the module code.

it appears code doing such adjustments already exists on macOS (i haven't yet looked in the module code or if Darwin as a platform does it in their readline shim around libedit).
History
Date User Action Args
2021-02-09 02:39:22gregory.p.smithsetrecipients: + gregory.p.smith
2021-02-09 02:39:22gregory.p.smithsetmessageid: <1612838362.31.0.320954085162.issue43172@roundup.psfhosted.org>
2021-02-09 02:39:22gregory.p.smithlinkissue43172 messages
2021-02-09 02:39:22gregory.p.smithcreate