[New-bugs-announce] [issue23067] Export readline forced_update_display

Chris Hand report at bugs.python.org
Tue Dec 16 20:29:14 CET 2014


New submission from Chris Hand:

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.

----------
components: Extension Modules
files: readline_redisplay_force.patch
keywords: patch
messages: 232757
nosy: dexteradeus
priority: normal
severity: normal
status: open
title: Export readline forced_update_display
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file37473/readline_redisplay_force.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23067>
_______________________________________


More information about the New-bugs-announce mailing list