Added change note about returning a dictionary based on keyword

arguments.
This commit is contained in:
Fred Drake 2002-11-23 15:02:13 +00:00
parent 7d41e29c58
commit 6e596b6895
1 changed files with 2 additions and 0 deletions

View 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}}