Tango authority did not manage connection failures
In taurus if the Tango authority is not reachable after 5 seconds it returns None. In case the authority did not exist it returns None straight away . To be coherent with the other models it should return a taurus object instead.
import taurus
auth = taurus.Authority('tango://foo:10000')
Edited by Carlos Pascual