diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-12-14 16:24:32 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-18 00:07:50 -0200 |
commit | f66e0fca51d811528bfd49e6595b7de0454afb07 (patch) | |
tree | 36d5899d5b2cb00076aed367e325ec8d1a51aa1d /python/pyasn1/README | |
parent | 730402d64b6ccb8bf31b6b96a9348cff574cf301 (diff) | |
download | slackbuilds-f66e0fca51d811528bfd49e6595b7de0454afb07.tar.gz |
python/pyasn1: Miscellaneous tweaks/cleanups
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/pyasn1/README')
-rw-r--r-- | python/pyasn1/README | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/python/pyasn1/README b/python/pyasn1/README index 9f0c7dbd37..e8c7885ff0 100644 --- a/python/pyasn1/README +++ b/python/pyasn1/README @@ -1,7 +1 @@ -pyasn1 implements ASN.1 types and codecs (BER, CER, DER) in Python - -Its features are: -- Generic implementation of ASN.1 types (X.208) -- Fully standard compliant BER/CER/DER codecs -- 100% Python, works with Python 2.2 and later -- MT-safe +pyasn1 implements ASN.1 types and codecs (BER, CER, DER) in Python. |