Reword a rather awkward sentence.

This commit is contained in:
Brett Cannon 2006-09-30 20:33:33 +00:00
parent b97a12523a
commit cc102a2b9f
1 changed files with 1 additions and 3 deletions

View File

@ -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::