summaryrefslogtreecommitdiff
path: root/Doc/library/textwrap.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-09-01 13:51:09 +0000
committerGeorg Brandl <georg@python.org>2007-09-01 13:51:09 +0000
commitaf777708fcebf6a14796a4800ea19e1021e61068 (patch)
treefd864f51711f9a5ff563358c3dff5d3c664cddae /Doc/library/textwrap.rst
parentf2cb3aa6312edc205c9c155f114cacf58b8634f3 (diff)
downloadcpython-af777708fcebf6a14796a4800ea19e1021e61068.tar.gz
Get rid of the remaining versionadded/versionchanged directives.
Diffstat (limited to 'Doc/library/textwrap.rst')
-rw-r--r--Doc/library/textwrap.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/library/textwrap.rst b/Doc/library/textwrap.rst
index f729a64dd1..e4340fae8e 100644
--- a/Doc/library/textwrap.rst
+++ b/Doc/library/textwrap.rst
@@ -8,8 +8,6 @@
.. sectionauthor:: Greg Ward <gward@python.net>
-.. versionadded:: 2.3
-
The :mod:`textwrap` module provides two convenience functions, :func:`wrap` and
:func:`fill`, as well as :class:`TextWrapper`, the class that does all the work,
and a utility function :func:`dedent`. If you're just wrapping or filling one
@@ -124,9 +122,6 @@ constructor) are as follows:
at the beginning or end of a line is dropped (leading whitespace in the first
line is always preserved, though).
- .. versionadded:: 2.6
- Whitespace was always dropped in earlier versions.
-
.. attribute:: TextWrapper.initial_indent