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
2323
2424::
2525
26- $ pip install msgpack-python
26+ $ pip install msgpack
2727
2828PyPy
2929^^^^
3030
31- msgpack-python provides a pure Python implementation. PyPy can use this.
31+ msgpack provides a pure Python implementation. PyPy can use this.
3232
3333Windows
3434^^^^^^^
@@ -249,17 +249,6 @@ To use the **ext** type, pass ``msgpack.ExtType`` object to packer.
249249
250250 You can use it with ``default `` and ``ext_hook ``. See below.
251251
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.
263252
264253Note about performance
265254----------------------
You can’t perform that action at this time.
0 commit comments