Helps compatibility with older Python versions.
kombu.utils.compat.
get_errno
socket.error and IOError first got the .errno attribute in Py2.7
socket.error
IOError
.errno
timedelta_seconds
Convert datetime.timedelta to seconds.
datetime.timedelta
Doesn’t account for negative values.
Rate limiting - kombu.utils.limits
Debugging - kombu.utils.debug
Enter search terms or a module, class or function name.