From 7d0f50a771e081814af4a06e92812d0243df7fc4 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sat, 18 Nov 2017 22:49:36 -0500 Subject: I'm going to need vectors for my target use case. --- docs/security.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/security.rst') diff --git a/docs/security.rst b/docs/security.rst index 4a42a2d..027b0de 100644 --- a/docs/security.rst +++ b/docs/security.rst @@ -50,6 +50,8 @@ possible: * Python ``bool`` objects, used to represent Actinide booleans. +* Python ``list`` objects, used to represent Actinide vectors. + * The Python ``None`` constant, used to represent the empty list. The remaining built-in types are represented using classes: -- cgit v1.2.3