Commit da8a6dd0 authored by Fred Drake's avatar Fred Drake

Added missing version annotation for dict().

parent 3014ce94
......@@ -201,6 +201,8 @@ def my_import(name):
\item \code{dict([[2, 3], [1, 2]])}
\item \code{dict([(i-1, i) for i in (2, 3)])}
\end{itemize}
\versionadded{2.2}
\end{funcdesc}
\begin{funcdesc}{dir}{\optional{object}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment