Browse Source

add the datetime/delta objects to implement..

[git-p4: depot-paths = "//depot/python/pypasn1/main/": change = 1824]
python2
John-Mark Gurney 9 years ago
parent
commit
62ca959694
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      pasn1.py

+ 3
- 0
pasn1.py View File

@@ -95,6 +95,9 @@ class ASN1Coder(object):
str: 'bytes',
type(None): 'null',
unicode: 'unicode',
#decimal.Decimal: 'float',
#datetime.datetime: 'datetime',
#datetime.timedelta: 'timedelta',
}
_tagmap = {
'\x01': 'bool',


Loading…
Cancel
Save