From: Andrew M. Kuchling Date: Mon, 10 Jun 2002 18:58:19 +0000 (+0000) Subject: Tweak traceback message to avoid LaTeX2HTML bug X-Git-Tag: v2.3c1~5395 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f147a772df2f03784d35ac7ef675cf2f2fd485d;p=python Tweak traceback message to avoid LaTeX2HTML bug Add a reminder --- diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index d6238ce3a8..2a34faf8e0 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -22,7 +22,8 @@ % % getopt.gnu_getopt % - +% Docstrings now optional (with --without-doc-strings) +% %\section{Introduction \label{intro}} @@ -514,7 +515,7 @@ dictionary: {1: 2} >>> d.pop(4) Traceback (most recent call last): - File ``'', line 1, in ? + File ``stdin'', line 1, in ? KeyError: 4 >>> d.pop(1) 2 @@ -653,6 +654,7 @@ as well as \UNIX. 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}