Improve news fragments

This commit is contained in:
Hynek Schlawack 2022-12-01 17:00:20 +01:00
parent 2812fab78f
commit 67dc8cc261
No known key found for this signature in database
GPG Key ID: AE2536227F69F181
3 changed files with 3 additions and 6 deletions

View File

@ -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.

View File

@ -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>`_.

View File

@ -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.