[Python-checkins] cpython (3.4): Add versionadded (3.4.5) to docs for issue #22570.

guido.van.rossum python-checkins at python.org
Wed Jan 6 14:38:35 EST 2016


https://hg.python.org/cpython/rev/759b2cecc289
changeset:   99786:759b2cecc289
branch:      3.4
parent:      99784:2e3c31ab586a
user:        Guido van Rossum <guido at python.org>
date:        Wed Jan 06 11:23:31 2016 -0800
summary:
  Add versionadded (3.4.5) to docs for issue #22570.

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


diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst
--- a/Doc/library/pathlib.rst
+++ b/Doc/library/pathlib.rst
@@ -381,6 +381,7 @@
    ``arg = str(arg)``, this will still raise an exception if an object
    of some other type is given by accident.
 
+   .. versionadded:: 3.4.5
 
 .. data:: PurePath.suffix
 

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


More information about the Python-checkins mailing list