File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ Install
23
23
24
24
::
25
25
26
- $ pip install msgpack-python
26
+ $ pip install msgpack
27
27
28
28
PyPy
29
29
^^^^
30
30
31
- msgpack-python provides a pure Python implementation. PyPy can use this.
31
+ msgpack provides a pure Python implementation. PyPy can use this.
32
32
33
33
Windows
34
34
^^^^^^^
@@ -249,17 +249,6 @@ To use the **ext** type, pass ``msgpack.ExtType`` object to packer.
249
249
250
250
You can use it with ``default `` and ``ext_hook ``. See below.
251
251
252
- Note for msgpack-python 0.2.x users
253
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
254
-
255
- The msgpack-python release 0.3 has some incompatible changes.
256
-
257
- The default value of ``use_list `` keyword argument is ``True `` from 0.3.
258
- You should pass the argument explicitly for backward compatibility.
259
-
260
- `Unpacker.unpack() ` and some unpack methods now raises `OutOfData `
261
- instead of `StopIteration `.
262
- `StopIteration ` is used for iterator protocol only.
263
252
264
253
Note about performance
265
254
----------------------
You can’t perform that action at this time.
0 commit comments