By inspection looks like there is an error in qpid/python/messaging/message.py
------------------------------------------------------------------------------
Key: QPID-3003
URL: https://issues.apache.org/jira/browse/QPID-3003
Project: Qpid
Issue Type: Bug
Components: Python Client
Reporter: Andrew Stitcher
On trunk version r1059846:
There appears to be an error in this map initialisation (line 40):
TYPE_MAPPINGS={
dict: "amqp/map",
list: "amqp/list",
HERE:
unicode: "text/plain; charset=utf8",
unicode: "text/plain",
^^^^^^^
[Seems to be a duplicate entry for unicode]
buffer: None,
str: None,
None.__class__: None
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]