From: Sandro Tosi Date: Tue, 30 Aug 2011 17:40:28 +0000 (+0200) Subject: added versionadd information for pkgutil.get_data(); thanks to Kyle Monson from docs@ X-Git-Tag: v2.7.3rc1~478 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9bfc16a99ed19748b115ba6cb593ad001cc424c2;p=thirdparty%2FPython%2Fcpython.git added versionadd information for pkgutil.get_data(); thanks to Kyle Monson from docs@ --- diff --git a/Doc/library/pkgutil.rst b/Doc/library/pkgutil.rst index 30d4a7492a40..9971145958c0 100644 --- a/Doc/library/pkgutil.rst +++ b/Doc/library/pkgutil.rst @@ -190,3 +190,5 @@ support. 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