]> granicus.if.org Git - python/commitdiff
Added change note about returning a dictionary based on keyword
authorFred Drake <fdrake@acm.org>
Sat, 23 Nov 2002 15:02:13 +0000 (15:02 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 23 Nov 2002 15:02:13 +0000 (15:02 +0000)
arguments.

Doc/lib/libfuncs.tex

index 169cfc7cc3ef95c53b3b3af664a5cb7f1b247ded..fd9092d0a6eb59c8e7595bfb05d2fd879d5a2fcf 100644 (file)
@@ -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}}