>> ails (I get broadcast address by calling dlpi_info()), >> an exception will be raised accordingly. If dlpi_info() returns no >> error, but there is no broadcast address, a string Python object, whose >> length is zero, will be returned. >> > > Why not None? > OK. Will return None Python object when there is no broadcast.
Max > Danek >