Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup
  • Loading branch information
methane committed Sep 13, 2023
commit 93e2996ef403e9ae68021eb7976b9101b190411b
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ in a map, can be unpacked or skipped individually.

## Notes

### string and binary type
### string and binary type in old msgpack spec

Early versions of msgpack didn't distinguish string and binary types.
The type for representing both string and binary types was named **raw**.
Expand Down Expand Up @@ -229,7 +229,7 @@ object into raw type in the old msgpack spec, instead of bin type in new msgpack
You can unpack old msgpack format using `raw=True` option.
It unpacks str (raw) type in msgpack into Python bytes.

See note below for detail.
See [string and binary type in old msgpack spec](#string-and-binary-type-in-old-msgpack-spec) for detail.


### Major breaking changes in msgpack 1.0
Expand Down