This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
pasn1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
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
02e8165cd1
commit
62ca959694
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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',
Write
Preview
Loading…
Cancel
Save