BIND 10 #677: bindctl doesn't have readline/emacs-style editing
BIND 10 Development
do-not-reply at isc.org
Thu Oct 27 12:33:13 UTC 2011
#677: bindctl doesn't have readline/emacs-style editing
----------------------------------------+----------------------------
Reporter: jreed | Owner:
Type: defect | Status: new
Priority: minor | Milestone:
Component: bind-ctl | Resolution:
Keywords: | Sensitive: 0
Defect Severity: N/A | Sub-Project: DNS
Feature Depending on Ticket: | Estimated Difficulty: 0.0
Add Hours to Ticket: 0 | Total Hours: 0
Internal?: 0 |
----------------------------------------+----------------------------
Changes (by jreed):
* subproject: => DNS
* severity: => N/A
Comment:
{{{
# if we have readline support, use that, otherwise use normal stdio
try:
import readline
my_readline = readline.get_line_buffer
except ImportError:
my_readline = sys.stdin.readline
}}}
Should configure warn readline python module is not installed?
Should bindctl warn if readline python module is not detected?
Or maybe just manual page and documentation should suggest it.
--
Ticket URL: <https://bind10.isc.org/ticket/677#comment:1>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list