From cc102a2b9f0500420f6b824c4335ffa4c4c5f1c6 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 30 Sep 2006 20:33:33 +0000 Subject: [PATCH] Reword a rather awkward sentence. --- pep-0352.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pep-0352.txt b/pep-0352.txt index c90010e95..71435ba20 100644 --- a/pep-0352.txt +++ b/pep-0352.txt @@ -172,9 +172,7 @@ Since semantic changes to Python are being proposed, a transition plan is needed. The goal is to end up with the new semantics being used in Python 3.0 while providing a smooth transition for 2.x code. All deprecations mentioned in the plan will lead to the removal of the -semantics starting in the version following the introduction of the -deprecation and the raising of a DeprecationWarning for the version -specifically listed. +semantics starting in the version following the initial deprecation. Here is BaseException as implemented in the 2.x series::