This commit is contained in:
Dan Salmon 2020-03-18 00:29:51 +00:00 committed by GitHub
parent 2bfc2d0566
commit 692e0ee8ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ See note below for detail.
* Packer
* `use_bin_type=True` by default. bytes are encoded in bin type in msgpack.
**If you are still sing Python 2, you must use unicode for all string types.**
**If you are still using Python 2, you must use unicode for all string types.**
You can use `use_bin_type=False` to encode into old msgpack format.
* `encoding` option is removed. UTF-8 is used always.