]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - pyderasn.py
Note about value removing from Sequence
[pyderasn.git] / pyderasn.py
index cc44e24c91293ca4ffe85ba7684279e87718925c..e6c7fefab199266370c3f420d5469cf17a28a4a7 100755 (executable)
@@ -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