PEP 765: Disallow return/break/continue that exit a finally block

Why is it important to avoid the warning? We went for warning rather than error so that the program will continue to run. Is that not what SyntaxWarning is for?