Improve news fragments
This commit is contained in:
parent
2812fab78f
commit
67dc8cc261
|
@ -1,3 +1,2 @@
|
||||||
On Python 3.10 and later, call `abc.update_abstractmethods() <https://docs.pytho.
|
On Python 3.10 and later, call `abc.update_abstractmethods() <https://docs.python.org/3/library/abc.html#abc.update_abstractmethods>`_ on dict classes after creation.
|
||||||
org/3.10/library/abc.html#abc.update_abstractmethods>`_ on dict classes after creation.
|
|
||||||
This improves the detection of abstractness.
|
This improves the detection of abstractness.
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
Python 3.6 is now deprecated and is slated for removal in the next release.
|
Python 3.6 is now deprecated and support will be removed in the next release.
|
||||||
If that would affect you, please `let us know <https://github.com/python-attrs/attrs/pull/993>`_.
|
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
Made ``attrs.AttrsInstance`` stub available at runtime and fixed type errors
|
Made ``attrs.AttrsInstance`` stub available at runtime and fixed type errors related to the usage of ``attrs.AttrsInstance`` in Pyright.
|
||||||
related to the usage of ``attrs.AttrsInstance`` in Pyright.
|
|
||||||
|
|
Loading…
Reference in New Issue