Open qix opened 9 years ago
"type" is a keyword in python.
type
is not a keyword in Python. It is the name of a builtin, indeed. But, IMHO, that is not a legitimate reason to deviate from the AMQP specs, where the message property name is type
, not type_
.
Is there a reason
type
is namedtype_
in the headers/spec?It took me a while of digging for it, and notice it isn't mentioned at all in the documentation.