-
-
Notifications
You must be signed in to change notification settings - Fork 374
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
hynek
Author
Member
|
||
This improves the detection of abstractness. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
FWIW I'd go for
(It's exposed properly: https://webknjaz.github.io/intersphinx-untangled/docs.python.org/)