BIND 10 #1054: Replace get_signame() with errno.errorcode[]
BIND 10 Development
do-not-reply at isc.org
Fri Jun 24 12:48:50 UTC 2011
#1054: Replace get_signame() with errno.errorcode[]
-------------------------------------+-------------------------------------
Reporter: shane | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: New
Component: Boss of BIND | Tasks
Sensitive: 0 | Keywords:
Sub-Project: Core | Defect Severity: N/A
Estimated Difficulty: 0 | Feature Depending on Ticket:
Total Hours: 0 | Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
The boss program has a routine to convert a signal number (like 2) into a
symbolic name (like ENOENT). This is actually part of the standard errno
module in Python, as the errorcode[] array. That should be used instead.
http://stackoverflow.com/questions/1546882/how-to-convert-errno-in-unix-
to-corresponding-string/1546901#1546901
--
Ticket URL: <http://bind10.isc.org/ticket/1054>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list