summaryrefslogtreecommitdiffstats
path: root/Doc/library/string.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-01-27 22:44:03 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-01-27 22:44:03 (GMT)
commit83fc6dd4dab73ace2466c1db782104c1c14269a5 (patch)
tree9690b91bf6a93f22cb936b1bac4736263d2a1f1e /Doc/library/string.rst
parenta32f9a24df24e3169ce39d7871910595488465a1 (diff)
downloadcpython-83fc6dd4dab73ace2466c1db782104c1c14269a5.zip
cpython-83fc6dd4dab73ace2466c1db782104c1c14269a5.tar.gz
cpython-83fc6dd4dab73ace2466c1db782104c1c14269a5.tar.bz2
updated/removed a few versionadded/versionchanged
Diffstat (limited to 'Doc/library/string.rst')
-rw-r--r--Doc/library/string.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/string.rst b/Doc/library/string.rst
index d181841..f79eae5 100644
--- a/Doc/library/string.rst
+++ b/Doc/library/string.rst
@@ -471,8 +471,6 @@ The available presentation types for floating point and decimal values are:
Template strings
----------------
-.. versionadded:: 2.4
-
Templates provide simpler string substitutions as described in :pep:`292`.
Instead of the normal ``%``\ -based substitutions, Templates support ``$``\
-based substitutions, using the following rules: