mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-12-08 06:09:49 +00:00
0.1.10
This commit is contained in:
parent
60762747b9
commit
1a81f6364d
3 changed files with 5 additions and 4 deletions
2
COPYING
2
COPYING
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright (C) 2008-2010 KLab Inc.
|
Copyright (C) 2008-2011 INADA Naoki <songofacandy@gmail.com>
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,13 @@
|
||||||
0.1.10
|
0.1.10
|
||||||
======
|
======
|
||||||
:release date: NOT RELEASED YET
|
:release date: 2011-08-22
|
||||||
|
|
||||||
New feature
|
New feature
|
||||||
-----------
|
-----------
|
||||||
* Add ``encoding`` and ``unicode_errors`` option to packer and unpacker.
|
* Add ``encoding`` and ``unicode_errors`` option to packer and unpacker.
|
||||||
When this option is specified, (un)packs unicode object instead of bytes.
|
When this option is specified, (un)packs unicode object instead of bytes.
|
||||||
This enables using msgpack as a replacement of json.
|
This enables using msgpack as a replacement of json. (tailhook)
|
||||||
|
|
||||||
|
|
||||||
0.1.9
|
0.1.9
|
||||||
======
|
======
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
version = (0, 1, 9, 'final')
|
version = (0, 1, 10)
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue