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 Valentin Zhao, ned.deily, ronaldoussoren, vstinner
Date 2018-05-30.11:26:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527679616.7.0.682650639539.issue33692@psf.upfronthosting.co.za>
In-reply-to
Content
input() uses readline. On macOS, readline is provided by libedit. It may be a bug in libedit which is an external dependency, and so not maintained by Python.
History
Date User Action Args
2018-05-30 11:26:56vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily, Valentin Zhao
2018-05-30 11:26:56vstinnersetmessageid: <1527679616.7.0.682650639539.issue33692@psf.upfronthosting.co.za>
2018-05-30 11:26:56vstinnerlinkissue33692 messages
2018-05-30 11:26:56vstinnercreate