diff options
Diffstat (limited to 'devel/py-itypes/pkg-descr')
-rw-r--r-- | devel/py-itypes/pkg-descr | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/devel/py-itypes/pkg-descr b/devel/py-itypes/pkg-descr deleted file mode 100644 index b1ba8eb128d4..000000000000 --- a/devel/py-itypes/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Basic immutable container types for Python. - -A simple implementation that's designed for simplicity over performance. - -Use these in circumstances where it may result in more comprehensible code, -or when you want to create custom types with restricted, immutable interfaces. - -For an alternative implementation designed for performance, please see -"pyrsistent". |