BIND 10 master, updated. 62c273605b092d2c6f8058a31c7fd318eeff0b8b [master] minor wording change for the python readline warning.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Apr 2 16:25:21 UTC 2013
The branch, master has been updated
via 62c273605b092d2c6f8058a31c7fd318eeff0b8b (commit)
from 70fd53cf6bbfc536163e70d4621659f840fed83a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 62c273605b092d2c6f8058a31c7fd318eeff0b8b
Author: Jeremy C. Reed <jreed at isc.org>
Date: Tue Apr 2 11:24:16 2013 -0500
[master] minor wording change for the python readline warning.
Okayed via jabber yesterday.
I am not adding a changelog entry as it is minor.
-----------------------------------------------------------------------
Summary of changes:
src/bin/bindctl/bindcmd.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/bindctl/bindcmd.py b/src/bin/bindctl/bindcmd.py
index 5ae82a2..03b5d6b 100644
--- a/src/bin/bindctl/bindcmd.py
+++ b/src/bin/bindctl/bindcmd.py
@@ -148,9 +148,9 @@ class BindCmdInterpreter(Cmd):
# is processed by a script that expects a specific format.
if my_readline == sys.stdin.readline and sys.stdin.isatty():
sys.stdout.write("""\
-WARNING: Python readline module isn't available, so the command line editor
- (including command history management) does not work. See BIND 10
- guide for more details.\n\n""")
+WARNING: The Python readline module isn't available, so some command line
+ editing features (including command history management) will not
+ work. See the BIND 10 guide for more details.\n\n""")
try:
if not self.login_to_cmdctl():
More information about the bind10-changes
mailing list