]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Clarify the order of a stacked `abstractmethod` (GH-26892)
authorRam Rachum <ram@rachum.com>
Sun, 27 Jun 2021 18:02:23 +0000 (21:02 +0300)
committerGitHub <noreply@github.com>
Sun, 27 Jun 2021 18:02:23 +0000 (21:02 +0300)
commit74d60eab558bffdf5ca8ea2f5305e19b36bdb9a8
treee51c77d40c655263f1901e24a8ab833c7a05e980
parent107a2c59c91b3911bdd6dfdb83271c588c506a5a
Clarify the order of a stacked `abstractmethod` (GH-26892)

Co-authored-by: Tal Einat <532281+taleinat@users.noreply.github.com>
Lib/abc.py