PEP 461: remove ambiguity around 'major release'
This commit is contained in:
parent
deab6d864d
commit
d9a9d2ff96
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue