diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2002-06-10 18:58:19 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2002-06-10 18:58:19 (GMT) |
commit | 7f147a772df2f03784d35ac7ef675cf2f2fd485d (patch) | |
tree | 2671c7f8553f340db16a4bf4c9bb0e427e2e4bf9 /Doc/whatsnew | |
parent | 2ca7862e97610c0e16df8b06cbae4c8f537617a4 (diff) | |
download | cpython-7f147a772df2f03784d35ac7ef675cf2f2fd485d.zip cpython-7f147a772df2f03784d35ac7ef675cf2f2fd485d.tar.gz cpython-7f147a772df2f03784d35ac7ef675cf2f2fd485d.tar.bz2 |
Tweak traceback message to avoid LaTeX2HTML bug
Add a reminder
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index d6238ce..2a34faf 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 ``<stdin>'', 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} |