diff options
author | INADA Naoki <songofacandy@gmail.com> | 2018-01-10 02:49:50 +0900 |
---|---|---|
committer | INADA Naoki <songofacandy@gmail.com> | 2018-01-10 02:49:50 +0900 |
commit | e0f2fd3af348e26b269d7eb90c74876d908aafca (patch) | |
tree | 3a7ada01d47b59d72532dd44dc4fd28b7f2a40f1 | |
parent | 5be93786404d4e95de933d1bc64640402c3f2696 (diff) | |
download | msgpack-python-e0f2fd3af348e26b269d7eb90c74876d908aafca.tar.gz |
Fix README
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 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.** |