summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-11-23 15:02:13 (GMT)
committerFred Drake <fdrake@acm.org>2002-11-23 15:02:13 (GMT)
commit6e596b68959db6ef0950ae453fae9818cfbdb375 (patch)
treee1ca86266e09b86af560b9b48860c39bf317cc64 /Doc
parent7d41e29c589148563ee163d7496b6e18ff401a1f (diff)
downloadcpython-6e596b68959db6ef0950ae453fae9818cfbdb375.zip
cpython-6e596b68959db6ef0950ae453fae9818cfbdb375.tar.gz
cpython-6e596b68959db6ef0950ae453fae9818cfbdb375.tar.bz2
Added change note about returning a dictionary based on keyword
arguments.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libfuncs.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex
index 169cfc7..fd9092d 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}}