diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2009-03-06 16:23:14 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2009-03-06 16:23:14 +0000 |
| commit | 8f03d7e9b257509e5463ff0b2cdbc0a42a5514b2 (patch) | |
| tree | 2f2c9fdb5795e1b80a4b31236d25a43beac4423a /python/qpid/spec010.py | |
| parent | 14ecef96e4595f3392bd8355a2013d86a06c9e08 (diff) | |
| download | qpid-python-8f03d7e9b257509e5463ff0b2cdbc0a42a5514b2.tar.gz | |
added support for encoding buffers
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@750960 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid/spec010.py')
| -rw-r--r-- | python/qpid/spec010.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/qpid/spec010.py b/python/qpid/spec010.py index 9a88b88169..2408d01f55 100644 --- a/python/qpid/spec010.py +++ b/python/qpid/spec010.py @@ -481,6 +481,7 @@ class Spec(Node): ENCODINGS = { unicode: direct("str16"), str: map_str, + buffer: direct("vbin32"), int: direct("int64"), long: direct("int64"), float: direct("float"), |
