8000 Update README · didlie/msgpack-python@35fc297 · GitHub
[go: up one dir, main page]

Skip to content

Commit 35fc297

Browse files
committed
Update README
1 parent 9f4c12f commit 35fc297

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.rst

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ Install
2323

2424
::
2525

26-
$ pip install msgpack-python
26+
$ pip install msgpack
2727

2828
PyPy
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

3333
Windows
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

264253
Note about performance
265254
----------------------

0 commit comments

Comments
 (0)
0