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 dexteradeus
Recipients dexteradeus
Date 2014-12-16.19:29:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418758154.75.0.0731776033419.issue23067@psf.upfronthosting.co.za>
In-reply-to
Content
The current implementation of readline implements the redisplay function, but not the forced version. This patch maintains the current behavior as the default, but also allows a bool to be passed which, if True, calls rl_forced_update_display instead.
History
Date User Action Args
2014-12-16 19:29:14dexteradeussetrecipients: + dexteradeus
2014-12-16 19:29:14dexteradeussetmessageid: <1418758154.75.0.0731776033419.issue23067@psf.upfronthosting.co.za>
2014-12-16 19:29:14dexteradeuslinkissue23067 messages
2014-12-16 19:29:14dexteradeuscreate