From cbf39dd56f9e927c6f15c4b2596d658a617f37e1 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Wed, 15 Dec 2021 08:47:02 +0100 Subject: [PATCH] More deets --- 887.breaking.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/887.breaking.rst b/887.breaking.rst index a8401f6ca..9a76b8f05 100644 --- a/887.breaking.rst +++ b/887.breaking.rst @@ -2,5 +2,8 @@ As of this release, you can finally import ``attrs`` using its proper name. Not all names from the ``attr`` namespace have been transferred; most notably ``attr.s`` and ``attr.ib`` are missing. +See ``attrs.define`` and ``attrs.field`` if you haven't seen our next-generation APIs yet. +A more elaborate explanation can be found `On The Core API Names `_ This feature is at least for one release **provisional**. +We don't *plan* on changing anything, but such a big change is unlikely to go perfectly on the first strike.