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 Matthijs Blom
Recipients Matthijs Blom, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-08-14.11:05:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565780736.93.0.23974280241.issue37850@roundup.psfhosted.org>
In-reply-to
Content
To reproduce (on Windows):
On the console, enter some input:

    >>> "Ozewiezewoze wiezewalla kristalla"
    "Ozewiezewoze wiezewalla kristalla"

Next, hold the right arrow key, obtaining:

    >>> "Ozewiezewoze wiezewalla kristalla"

One can subsequently delete sections of this line and again reproduce (last parts of) the previous input.

I have produced this result on 3.4, 3.8.0b3 and master (077af8c).
I did not observe this behaviour on WSL, which is why I think this is a bug.
History
Date User Action Args
2019-08-14 11:05:36Matthijs Blomsetrecipients: + Matthijs Blom, paul.moore, tim.golden, zach.ware, steve.dower
2019-08-14 11:05:36Matthijs Blomsetmessageid: <1565780736.93.0.23974280241.issue37850@roundup.psfhosted.org>
2019-08-14 11:05:36Matthijs Blomlinkissue37850 messages
2019-08-14 11:05:36Matthijs Blomcreate