[Python-checkins] peps: Remove unused footnotes.

eric.smith python-checkins at python.org
Sat Sep 5 03:04:05 CEST 2015


https://hg.python.org/peps/rev/2c831b879335
changeset:   6033:2c831b879335
user:        Eric V. Smith <eric at trueblade.com>
date:        Fri Sep 04 21:04:21 2015 -0400
summary:
  Remove unused footnotes.

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


diff --git a/pep-0498.txt b/pep-0498.txt
--- a/pep-0498.txt
+++ b/pep-0498.txt
@@ -677,12 +677,6 @@
 .. [#] Avoid locals() and globals()
        (https://mail.python.org/pipermail/python-ideas/2015-July/034701.html)
 
-.. [#] str.format_map() documentation
-       (https://docs.python.org/3/library/stdtypes.html#str.format_map)
-
-.. [#] Format string syntax
-       (https://docs.python.org/3/library/string.html#format-string-syntax)
-
 .. [#] String literal description
        (https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals)
 

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


More information about the Python-checkins mailing list