%
% getopt.gnu_getopt
%
-
+% Docstrings now optional (with --without-doc-strings)
+%
%\section{Introduction \label{intro}}
{1: 2}
>>> d.pop(4)
Traceback (most recent call last):
- File ``<stdin>'', line 1, in ?
+ File ``stdin'', line 1, in ?
KeyError: 4
>>> d.pop(1)
2
The author would like to thank the following people for offering
suggestions, corrections and assistance with various drafts of this
-article: Michael Chermside, Fred~L. Drake, Jr., Detlef Lannert, Andrew MacIntyre.
+article: Michael Chermside, Scott David Daniels, Fred~L. Drake, Jr.,
+Detlef Lannert, Andrew MacIntyre.
\end{document}