From: Fred Drake Date: Sat, 23 Nov 2002 15:02:13 +0000 (+0000) Subject: Added change note about returning a dictionary based on keyword X-Git-Tag: v2.3c1~3280 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e596b68959db6ef0950ae453fae9818cfbdb375;p=thirdparty%2FPython%2Fcpython.git Added change note about returning a dictionary based on keyword arguments. --- diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 169cfc7cc3ef..fd9092d0a6eb 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -220,6 +220,8 @@ def my_import(name): \end{itemize} \versionadded{2.2} + \versionchanged[Support for building a dictionary from keyword + arguments added]{2.3} \end{funcdesc} \begin{funcdesc}{dir}{\optional{object}}