Skip to content

Commit

Permalink
Improve news fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Dec 1, 2022
1 parent 2812fab commit 67dc8cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions changelog.d/1001.change.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
On Python 3.10 and later, call `abc.update_abstractmethods() <https://docs.pytho.
org/3.10/library/abc.html#abc.update_abstractmethods>`_ on dict classes after creation.
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.

This comment has been minimized.

Copy link
@webknjaz

webknjaz Dec 1, 2022

Member

FWIW I'd go for

:func:`abc.update_abstractmethods`

(It's exposed properly: https://webknjaz.github.io/intersphinx-untangled/docs.python.org/)

This comment has been minimized.

Copy link
@hynek

hynek Dec 2, 2022

Author Member

yeah but i'm keeping the changelog raw rst (or md soon) – not a fan of projects have changelogs full of sphinx shiznits

This improves the detection of abstractness.
3 changes: 1 addition & 2 deletions changelog.d/1017.deprecation.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/python-attrs/attrs/pull/993>`_.
Python 3.6 is now deprecated and support will be removed in the next release.
3 changes: 1 addition & 2 deletions changelog.d/999.change.rst
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 67dc8cc

Please sign in to comment.