From b55ed868f0db5d22369d5517cfe4cbbfbbddf17c Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Fri, 12 Mar 2021 22:38:38 +0300 Subject: [PATCH] PEP 601: remove email due to lexer bug --- pep-0601.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0601.txt b/pep-0601.txt index b59e5a05f1d..fa6054d26ec 100644 --- a/pep-0601.txt +++ b/pep-0601.txt @@ -1,6 +1,6 @@ PEP: 601 Title: Forbid return/break/continue breaking out of finally -Author: Damien George <>, Batuhan Taskaya +Author: Damien George, Batuhan Taskaya Sponsor: Nick Coghlan Discussions-To: https://discuss.python.org/t/pep-601-forbid-return-break-continue-breaking-out-of-finally/2239 Status: Rejected