[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.22,1.23

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Mon, 10 Jun 2002 11:58:22 -0700


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory usw-pr-cvs1:/tmp/cvs-serv7481

Modified Files:
	whatsnew23.tex 
Log Message:
Tweak traceback message to avoid LaTeX2HTML bug
Add a reminder


Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** whatsnew23.tex	10 Jun 2002 15:53:05 -0000	1.22
--- whatsnew23.tex	10 Jun 2002 18:58:19 -0000	1.23
***************
*** 23,27 ****
  % getopt.gnu_getopt
  %
! 
  
  %\section{Introduction \label{intro}}
--- 23,28 ----
  % getopt.gnu_getopt
  %
! % Docstrings now optional (with --without-doc-strings)
! %
  
  %\section{Introduction \label{intro}}
***************
*** 515,519 ****
  >>> d.pop(4)
  Traceback (most recent call last):
!   File ``<stdin>'', line 1, in ?
  KeyError: 4
  >>> d.pop(1)
--- 516,520 ----
  >>> d.pop(4)
  Traceback (most recent call last):
!   File ``stdin'', line 1, in ?
  KeyError: 4
  >>> d.pop(1)
***************
*** 654,658 ****
  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.
  
  \end{document}
--- 655,660 ----
  The author would like to thank the following people for offering
  suggestions, corrections and assistance with various drafts of this
! article: Michael Chermside, Scott David Daniels, Fred~L. Drake, Jr.,
! Detlef Lannert, Andrew MacIntyre. 
  
  \end{document}