BIND 10 #2715: bindctl bails out on non ASCII characters
BIND 10 Development
do-not-reply at isc.org
Wed Apr 17 23:53:42 UTC 2013
#2715: bindctl bails out on non ASCII characters
-------------------------------------+-------------------------------------
Reporter: cas | Owner:
Type: defect | Status: new
Priority: medium | Milestone:
Component: bind-ctl | Previous-Sprint-Proposed
Keywords: | Resolution:
Sensitive: 0 | CVSS Scoring:
Sub-Project: DNS | Defect Severity:
Estimated Difficulty: 3 | Medium
Total Hours: 0 | Feature Depending on Ticket:
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
Comment (by jreed):
During face-to-face I reproduced it today:
{{{
> help¿
Traceback (most recent call last):
File "/home/reed/opt/bind10/bin/bindctl", line 162, in <module>
result = tool.run()
File "/home/reed/opt/bind10/lib/python3.3/site-
packages/bindctl/bindcmd.py", line 159, in run
self.cmdloop()
File "/usr/pkg/lib/python3.3/cmd.py", line 126, in cmdloop
line = input(self.prompt)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 4:
ordinal not in range(128)
}}}
I am using Python 3.3.0.
--
Ticket URL: <http://bind10.isc.org/ticket/2715#comment:6>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list