diff options
| author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-05-18 00:49:54 +0100 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:06 +0700 |
| commit | 5b0f14344db8e4563bd54038354bb3b72eb3e2df (patch) | |
| tree | 29ca2d388cfa10fbdc915b0825ef6ccdabb8beef /python/python3-frozenlist/README | |
| parent | f75644efafec70f5d7b8c35560041048be94ac43 (diff) | |
python/python3-frozenlist: Added (list-like structure)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-frozenlist/README')
| -rw-r--r-- | python/python3-frozenlist/README | 2 |
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. |
