PEP 461: remove ambiguity around 'major release'

This commit is contained in:
Ethan Furman 2014-03-27 14:26:53 -07:00
parent deab6d864d
commit d9a9d2ff96
1 changed files with 1 additions and 2 deletions

View File

@ -171,8 +171,7 @@ Python 2 ``str`` type as a ``bytes`` container, and hence are using ``%s``
as a bytes interpolator.
However, ``%b`` should be used in new, Python 3 only code, so ``%s`` will
immediately be deprecated, but not removed until the next major Python
release.
immediately be deprecated, but not removed from the 3.x series.
Proposed variations