[Python-checkins] cpython (2.7): added versionadd information for pkgutil.get_data(); thanks to Kyle Monson from

sandro.tosi python-checkins at python.org
Tue Aug 30 19:41:16 CEST 2011


http://hg.python.org/cpython/rev/4c6b1b2d481a
changeset:   72138:4c6b1b2d481a
branch:      2.7
parent:      72136:4ff92eb1a915
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Tue Aug 30 19:40:28 2011 +0200
summary:
  added versionadd information for pkgutil.get_data(); thanks to Kyle Monson from docs@

files:
  Doc/library/pkgutil.rst |  2 ++
  1 files changed, 2 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
@@ -190,3 +190,5 @@
 
    If the package cannot be located or loaded, or it uses a :pep:`302` loader
    which does not support :func:`get_data`, then ``None`` is returned.
+
+   .. versionadded:: 2.6

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


More information about the Python-checkins mailing list