commit | 6e596b68959db6ef0950ae453fae9818cfbdb375 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Sat Nov 23 15:02:13 2002 +0000 |
committer | Fred Drake <fdrake@acm.org> | Sat Nov 23 15:02:13 2002 +0000 |
tree | e1ca86266e09b86af560b9b48860c39bf317cc64 | |
parent | 7d41e29c589148563ee163d7496b6e18ff401a1f [diff] |
Added change note about returning a dictionary based on keyword arguments.
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 @@ \end{itemize} \versionadded{2.2} + \versionchanged[Support for building a dictionary from keyword + arguments added]{2.3} \end{funcdesc} \begin{funcdesc}{dir}{\optional{object}}