From 9e6e524ddbec315bb3aa5bfe202f8b370fd6ee0a Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sun, 13 Nov 2016 05:49:21 +0200 Subject: python/msgpack-python: Update README. Signed-off-by: Dimitris Zlatanidis --- python/msgpack-python/README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python') diff --git a/python/msgpack-python/README b/python/msgpack-python/README index 9176445d49..023d3f545e 100644 --- a/python/msgpack-python/README +++ b/python/msgpack-python/README @@ -4,3 +4,5 @@ MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. Small integers are encoded into a single byte, and typical short strings require only one extra byte in addition to the strings themselves. + +Optional dependency: python3 -- cgit v1.2.3