mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
Fix README
This commit is contained in:
parent
5be9378640
commit
e0f2fd3af3
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ the packer. If you do so, it will use a non-standard type called **bin** to
|
|||
serialize byte arrays, and **raw** becomes to mean **str**. If you want to
|
||||
distinguish **bin** and **raw** in the unpacker, specify `encoding='utf-8'`.
|
||||
|
||||
**In future version, default value of ``use_bin_type`` will be changed to ``False``.
|
||||
**In future version, default value of ``use_bin_type`` will be changed to ``True``.
|
||||
To avoid this change will break your code, you must specify it explicitly
|
||||
even when you want to use old format.**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue