[Python-checkins] peps: PEP 461: remove ambiguity around 'major release'

ethan.furman python-checkins at python.org
Thu Mar 27 22:27:00 CET 2014


http://hg.python.org/peps/rev/ca86bbf44482
changeset:   5443:ca86bbf44482
user:        Ethan Furman <ethan at stoneleaf.us>
date:        Thu Mar 27 14:26:53 2014 -0700
summary:
  PEP 461: remove ambiguity around 'major release'

files:
  pep-0461.txt |  3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/pep-0461.txt b/pep-0461.txt
--- a/pep-0461.txt
+++ b/pep-0461.txt
@@ -171,8 +171,7 @@
 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

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list