From 67dc8cc261a5ef64f576ce73f2281cc9021d8fb4 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Thu, 1 Dec 2022 17:00:20 +0100 Subject: [PATCH] Improve news fragments --- changelog.d/1001.change.rst | 3 +-- changelog.d/1017.deprecation.rst | 3 +-- changelog.d/999.change.rst | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/changelog.d/1001.change.rst b/changelog.d/1001.change.rst index 262babd4..d983888d 100644 --- a/changelog.d/1001.change.rst +++ b/changelog.d/1001.change.rst @@ -1,3 +1,2 @@ -On Python 3.10 and later, call `abc.update_abstractmethods() `_ on dict classes after creation. +On Python 3.10 and later, call `abc.update_abstractmethods() `_ on dict classes after creation. This improves the detection of abstractness. diff --git a/changelog.d/1017.deprecation.rst b/changelog.d/1017.deprecation.rst index 3cef161c..61f3c521 100644 --- a/changelog.d/1017.deprecation.rst +++ b/changelog.d/1017.deprecation.rst @@ -1,2 +1 @@ -Python 3.6 is now deprecated and is slated for removal in the next release. -If that would affect you, please `let us know `_. +Python 3.6 is now deprecated and support will be removed in the next release. diff --git a/changelog.d/999.change.rst b/changelog.d/999.change.rst index 97748338..167a2627 100644 --- a/changelog.d/999.change.rst +++ b/changelog.d/999.change.rst @@ -1,2 +1 @@ -Made ``attrs.AttrsInstance`` stub available at runtime and fixed type errors -related to the usage of ``attrs.AttrsInstance`` in Pyright. +Made ``attrs.AttrsInstance`` stub available at runtime and fixed type errors related to the usage of ``attrs.AttrsInstance`` in Pyright.