[Python-checkins] cpython (3.4): Issue 22803: Add missing versionadded directive.

raymond.hettinger python-checkins at python.org
Thu Nov 6 06:28:49 CET 2014


https://hg.python.org/cpython/rev/501edbbb74ff
changeset:   93410:501edbbb74ff
branch:      3.4
parent:      93407:cd36ba22602d
user:        Raymond Hettinger <python at rcn.com>
date:        Wed Nov 05 21:27:56 2014 -0800
summary:
  Issue 22803:  Add missing versionadded directive.

files:
  Doc/library/textwrap.rst |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Doc/library/textwrap.rst b/Doc/library/textwrap.rst
--- a/Doc/library/textwrap.rst
+++ b/Doc/library/textwrap.rst
@@ -113,6 +113,8 @@
       +
       + 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

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


More information about the Python-checkins mailing list