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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23067>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to