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 eryksun
Recipients eryksun, gvanrossum, keeely, rhettinger, terry.reedy
Date 2021-11-27.21:21:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638048090.56.0.467926138283.issue45870@roundup.psfhosted.org>
In-reply-to
Content
> You can take the view that it's not a bug (with some justification), 
> but a few lines in the cmd docs would make all the difference in 
> terms of wasted time.

If anything, I think the readline documentation should have a note explaining the situation in Windows. The documentation of the cmd module already makes the readline dependency clear: 

    If the readline module is loaded, input will automatically inherit 
    bash-like history-list editing (e.g. Control-P scrolls back to the
    last command, Control-N forward to the next one, Control-F moves the 
    cursor to the right non-destructively, Control-B moves the cursor to 
    the left non-destructively, etc.).
History
Date User Action Args
2021-11-27 21:21:30eryksunsetrecipients: + eryksun, gvanrossum, rhettinger, terry.reedy, keeely
2021-11-27 21:21:30eryksunsetmessageid: <1638048090.56.0.467926138283.issue45870@roundup.psfhosted.org>
2021-11-27 21:21:30eryksunlinkissue45870 messages
2021-11-27 21:21:30eryksuncreate