summaryrefslogtreecommitdiffstats
path: root/python/python3-annotated-types/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-annotated-types/README')
-rw-r--r--python/python3-annotated-types/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-annotated-types/README b/python/python3-annotated-types/README
new file mode 100644
index 0000000000..7aca06871d
--- /dev/null
+++ b/python/python3-annotated-types/README
@@ -0,0 +1,5 @@
+python3-annotated-types (Reusable constraint types, typing.Annotated)
+
+PEP-593 added typing.Annotated as a way of adding context-specific
+metadata to existing types, and specifies that Annotated[T, x] should
+be treated as T by any tool or library without special logic for x.