From 0387bbaa5e9ab2ad834311249802695ebb0c34ca Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 10 Nov 2021 21:53:06 -0500 Subject: fix: colons in decorators shouldn't stop an exclusion --- CHANGES.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index 15c81aaf..0b6e2490 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -22,7 +22,8 @@ This list is detailed and covers changes in each pre-release version. Unreleased ---------- -Nothing yet. +- Fix: A colon in a decorator expression would cause an exclusion to end too + early, preventing the exclusion of the decorated function. This is now fixed. .. _changes_612: -- cgit v1.2.1