[Python-checkins] peps: Better link for PEP 461.

eric.smith python-checkins at python.org
Fri Aug 21 10:57:02 CEST 2015


https://hg.python.org/peps/rev/149fac9bb11b
changeset:   5965:149fac9bb11b
user:        Eric V. Smith <eric at trueblade.com>
date:        Fri Aug 21 04:57:04 2015 -0400
summary:
  Better link for PEP 461.

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


diff --git a/pep-0498.txt b/pep-0498.txt
--- a/pep-0498.txt
+++ b/pep-0498.txt
@@ -578,8 +578,8 @@
 .. [#] Differences in str.format() and f-string expressions
        (https://mail.python.org/pipermail/python-ideas/2015-July/034726.html)
 
-.. [#] PEP 461 rejects bytes.format(), see section "Proposed variations"
-       (http://legacy.python.org/dev/peps/pep-0461)
+.. [#] PEP 461 rejects bytes.format()
+       (https://www.python.org/dev/peps/pep-0461/#proposed-variations)
 
 Copyright
 =========

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


More information about the Python-checkins mailing list