This commit is contained in:
Andrew Rabert 2018-11-28 18:22:39 -05:00
parent 3aca38d60a
commit 2fe2480dbf

View file

@ -172,7 +172,7 @@ class MsgPackTranscoder(handlers.BinaryContentHandler):
+-------------------------------+-------------------------------+
| :class:`float` | `float family`_ |
+-------------------------------+-------------------------------+
| String (see note) | `str family`_ |
| String | `str family`_ |
+-------------------------------+-------------------------------+
| :class:`bytes` | `bin family`_ |
+-------------------------------+-------------------------------+
@ -189,8 +189,6 @@ class MsgPackTranscoder(handlers.BinaryContentHandler):
| :class:`uuid.UUID` | Converted to String |
+-------------------------------+-------------------------------+
.. note::
.. _nil byte: https://github.com/msgpack/msgpack/blob/
0b8f5ac67cdd130f4d4d4fe6afb839b989fdb86a/spec.md#formats-nil
.. _true byte: https://github.com/msgpack/msgpack/blob/