mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
Merge branch 'master' of github.com:msgpack/msgpack
This commit is contained in:
commit
623df23570
170 changed files with 8391 additions and 3422 deletions
|
|
@ -1,3 +1,10 @@
|
|||
# coding: utf-8
|
||||
from msgpack._msgpack import *
|
||||
|
||||
# alias for compatibility to simplejson/marshal/pickle.
|
||||
load = unpack
|
||||
loads = unpackb
|
||||
|
||||
dump = pack
|
||||
dumps = packb
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue