From b1302abcc8a4be5f39b4d60a1ce28032b77655b3 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Thu, 28 Oct 2021 08:48:02 +0100 Subject: bpo-44904: Fix classmethod property bug in doctest module (GH-28838) The doctest module raised an error if a docstring contained an example that attempted to access a classmethod property. (Stacking '@classmethod' on top of `@property` has been supported since Python 3.9; see https://docs.python.org/3/howto/descriptor.html#class-methods.) Co-authored-by: Serhiy Storchaka --- Misc/ACKS | 1 + 1 file changed, 1 insertion(+) (limited to 'Misc/ACKS') diff --git a/Misc/ACKS b/Misc/ACKS index 23c92abb4d..204293fa50 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -1885,6 +1885,7 @@ Bob Watson Colin Watson David Watson Aaron Watters +Alex Waygood Henrik Weber Leon Weber Steve Weber -- cgit v1.2.3