From: Raymond Hettinger Date: Thu, 6 Nov 2014 05:27:56 +0000 (-0800) Subject: Issue 22803: Add missing versionadded directive. X-Git-Tag: v3.4.3rc1~351 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc69e03ef3867c03ae1369b7f7262dc83729427a;p=thirdparty%2FPython%2Fcpython.git Issue 22803: Add missing versionadded directive. --- diff --git a/Doc/library/textwrap.rst b/Doc/library/textwrap.rst index edf1fd6ece45..9fe7a3589a7b 100644 --- a/Doc/library/textwrap.rst +++ b/Doc/library/textwrap.rst @@ -113,6 +113,8 @@ functions should be good enough; otherwise, you should use an instance of + + world + .. versionadded:: 3.3 + :func:`wrap`, :func:`fill` and :func:`shorten` work by creating a :class:`TextWrapper` instance and calling a single method on it. That