Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e581bb3

Browse files
committed
Small cleanups, and note when zip() entered the menagerie.
1 parent b32aa5e commit e581bb3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Doc/lib/libfuncs.tex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ \section{Built-in Functions \label{built-in-funcs}}
168168
['sys']
169169
>>> dir(sys)
170170
['argv', 'exit', 'modules', 'path', 'stderr', 'stdin', 'stdout']
171-
>>>
172171
\end{verbatim}
173172
\end{funcdesc}
174173

@@ -515,7 +514,6 @@ \section{Built-in Functions \label{built-in-funcs}}
515514
[]
516515
>>> range(1, 0)
517516
[]
518-
>>>
519517
\end{verbatim}
520518
\end{funcdesc}
521519

@@ -530,7 +528,6 @@ \section{Built-in Functions \label{built-in-funcs}}
530528
--> Monty Python's Flying Circus
531529
>>> s
532530
"Monty Python's Flying Circus"
533-
>>>
534531
\end{verbatim}
535532

536533
If the \module{readline} module was loaded, then
@@ -712,4 +709,5 @@ \section{Built-in Functions \label{built-in-funcs}}
712709
argument sequence. When the argument sequences are all of the same
713710
length, \function{zip()} is similar to \function{map()} with an
714711
initial argument of \code{None}.
712+
\versionadded{2.0}
715713
\end{funcdesc}

0 commit comments

Comments
 (0)