We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219d475 commit c7161e9Copy full SHA for c7161e9
README.rst
@@ -19,9 +19,15 @@ writing MessagePack data.
19
NOTE for msgpack 0.2.x users
20
----------------------------
21
22
+The msgpack 0.3 have some incompatible changes.
23
+
24
The default value of ``use_list`` keyword argument is ``True`` from 0.3.x.
25
You should pass the argument explicitly for backward compatibility.
26
27
+`Unpacker.unpack()` and some unpack methods now raises `OutOfData`
28
+instead of `StopIteration`.
29
+`StopIteration` is used for iterator protocol only.
30
31
32
HOW TO USE
33
-----------
0 commit comments