Small cleanups, and note when zip() entered the menagerie.
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex
index 1a1d916..67571cf 100644
--- a/Doc/lib/libfuncs.tex
+++ b/Doc/lib/libfuncs.tex
@@ -168,7 +168,6 @@
 ['sys']
 >>> dir(sys)
 ['argv', 'exit', 'modules', 'path', 'stderr', 'stdin', 'stdout']
->>> 
 \end{verbatim}
 \end{funcdesc}
 
@@ -515,7 +514,6 @@
 []
 >>> range(1, 0)
 []
->>> 
 \end{verbatim}
 \end{funcdesc}
 
@@ -530,7 +528,6 @@
 --> Monty Python's Flying Circus
 >>> s
 "Monty Python's Flying Circus"
->>> 
 \end{verbatim}
 
 If the \module{readline} module was loaded, then
@@ -712,4 +709,5 @@
 argument sequence.  When the argument sequences are all of the same
 length, \function{zip()} is similar to \function{map()} with an
 initial argument of \code{None}.
+\versionadded{2.0}
 \end{funcdesc}