[issue23735] Readline not adjusting width after resize with 6.3

R. David Murray report at bugs.python.org
Sun Mar 22 02:16:25 CET 2015


R. David Murray added the comment:

Why would this not constitute a bug in readline?  Readline isn't going to be active all of the time in most applications, so why shouldn't it be readline's responsibility to install the signal handler at initialization and handle it?  If the application wants control of that signal, it can then install its own handler after readline initialization completes.  Clearly it used to work that way.  Is there some documentation from readline you can point us to that explains the reasoning behind this change in behavior?

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list