[Python-checkins] python/dist/src/Doc/whatsnew whatsnew20.tex,1.47,1.48

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 02 Jul 2003 05:27:46 -0700


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

Modified Files:
	whatsnew20.tex 
Log Message:
Fix a variety of small markup nits.

Index: whatsnew20.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew20.tex,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** whatsnew20.tex	27 Nov 2002 18:53:38 -0000	1.47
--- whatsnew20.tex	2 Jul 2003 12:27:43 -0000	1.48
***************
*** 422,426 ****
  Augmented assignment operators were first introduced in the C
  programming language, and most C-derived languages, such as
! \program{awk}, C++, Java, Perl, and PHP also support them.  The augmented
  assignment patch was implemented by Thomas Wouters.
  
--- 422,426 ----
  Augmented assignment operators were first introduced in the C
  programming language, and most C-derived languages, such as
! \program{awk}, \Cpp, Java, Perl, and PHP also support them.  The augmented
  assignment patch was implemented by Thomas Wouters.
  
***************
*** 634,638 ****
  processor, mostly by Trent Mick of ActiveState.  (Confusingly,
  \code{sys.platform} is still \code{'win32'} on Win64 because it seems
! that for ease of porting, MS Visual C++ treats code as 32 bit on Itanium.)
  PythonWin also supports Windows CE; see the Python CE page at
  \url{http://starship.python.net/crew/mhammond/ce/} for more
--- 634,638 ----
  processor, mostly by Trent Mick of ActiveState.  (Confusingly,
  \code{sys.platform} is still \code{'win32'} on Win64 because it seems
! that for ease of porting, MS Visual \Cpp{} treats code as 32 bit on Itanium.)
  PythonWin also supports Windows CE; see the Python CE page at
  \url{http://starship.python.net/crew/mhammond/ce/} for more