python: 0.1.9

This commit is contained in:
INADA Naoki 2011-01-29 07:31:06 +09:00
parent 9c9b2c25ea
commit dafaa8bd8c
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
0.1.9
======
:release date: 2011-01-29
New feature
-----------
* ``use_list`` option is added to unpack(b) like Unpacker.
(Use keyword argument because order of parameters are different)
Bugs fixed
----------
* Fix typo.
* Add MemoryError check.
0.1.8 0.1.8
====== ======
:release date: 2011-01-10 :release date: 2011-01-10

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# coding: utf-8 # coding: utf-8
version = (0, 1, 8, 'final') version = (0, 1, 9, 'final')
import os import os
import sys import sys