File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,7 +86,8 @@ \section{Built-in Module \sectcode{time}}
8686
8787\begin {funcdesc }{mktime}{tuple}
8888This is the inverse function of \code {localtime}. Its argument is the
89- full 9-tuple (since the dst flag is needed). It returns an integer.
89+ full 9-tuple (since the dst flag is needed). It returns an integer. If the
90+ input value can't be represented as a non-negative integer, OverflowError is raised.
9091\end {funcdesc }
9192
9293\begin {funcdesc }{sleep}{secs}
Original file line number Diff line number Diff line change @@ -86,7 +86,8 @@ \section{Built-in Module \sectcode{time}}
8686
8787\begin {funcdesc }{mktime}{tuple}
8888This is the inverse function of \code {localtime}. Its argument is the
89- full 9-tuple (since the dst flag is needed). It returns an integer.
89+ full 9-tuple (since the dst flag is needed). It returns an integer. If the
90+ input value can't be represented as a non-negative integer, OverflowError is raised.
9091\end {funcdesc }
9192
9293\begin {funcdesc }{sleep}{secs}
You can’t perform that action at this time.
0 commit comments