From d9ed03a751ef31fed3b6d54192fca1c400f1e1b0 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Fri, 24 Dec 2021 14:33:02 +0100 Subject: [PATCH] Stress optionality --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 08e3952b..c4960ebc 100644 --- a/README.rst +++ b/README.rst @@ -82,9 +82,13 @@ Never again violate the `single responsibility principle `_ that have been introduced in version 20.1.0. The classic APIs (``@attr.s``, ``attr.ib``, ``@attr.attrs``, ``attr.attrib``, and ``attr.dataclass``) will remain indefinitely. -`Type annotations `_ will also stay entirely **optional** forever. Please check out `On The Core API Names `_ for a more in-depth explanation.