[Python-checkins] cpython: Add missing versionadded directive

berker.peksag python-checkins at python.org
Thu Sep 8 16:36:03 EDT 2016


https://hg.python.org/cpython/rev/e7bd2da68d2b
changeset:   103354:e7bd2da68d2b
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Thu Sep 08 23:36:25 2016 +0300
summary:
  Add missing versionadded directive

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


diff --git a/Doc/library/pkgutil.rst b/Doc/library/pkgutil.rst
--- a/Doc/library/pkgutil.rst
+++ b/Doc/library/pkgutil.rst
@@ -15,6 +15,7 @@
 
     A namedtuple that holds a brief summary of a module's info.
 
+    .. versionadded:: 3.6
 
 .. function:: extend_path(path, name)
 

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


More information about the Python-checkins mailing list