X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=pyderasn.py;h=e6c7fefab199266370c3f420d5469cf17a28a4a7;hp=cc44e24c91293ca4ffe85ba7684279e87718925c;hb=refs%2Ftags%2F2.0;hpb=761a36dafa03cb67bca1b7777031c40c999528a1 diff --git a/pyderasn.py b/pyderasn.py index cc44e24..e6c7fef 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -3642,6 +3642,8 @@ class Sequence(Obj): >>> tbs = TBSCertificate() >>> tbs["version"] = Version("v2") # no need to explicitly add ``expl`` + Assign ``None`` to remove value from sequence. + You can know if value exists/set in the sequence and take its value: >>> "extnID" in ext, "extnValue" in ext, "critical" in ext