From e0f2fd3af348e26b269d7eb90c74876d908aafca Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Wed, 10 Jan 2018 02:49:50 +0900 Subject: Fix README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 42758b8..01a8b2a 100644 --- a/README.rst +++ b/README.rst @@ -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.** -- cgit v1.2.1