aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
blob: f9d9157b4610d1b090245273055b1876eb1e9b56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Revision 0.0.2
--------------

- Require pyasn1 >= 0.1.1
- Fixes towards Py3K compatibility
  + use either of existing urllib module
  + adopt to the new bytes type
  + print operator is now a function
  + new exception syntax

Revision 0.0.1a
---------------

- Initial revision, most code carried from pyasn1 examples.