summaryrefslogtreecommitdiffstats
path: root/python/python3-frozenlist/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-frozenlist/README')
-rw-r--r--python/python3-frozenlist/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python3-frozenlist/README b/python/python3-frozenlist/README
new file mode 100644
index 0000000000..9fbbd99f2b
--- /dev/null
+++ b/python/python3-frozenlist/README
@@ -0,0 +1,2 @@
+FrozenList is a list-like structure which implements
+collections.abc.MutableSequence, and which can be made immutable.