summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-07-02 12:27:43 (GMT)
committerFred Drake <fdrake@acm.org>2003-07-02 12:27:43 (GMT)
commit2884d6de1553c0e29a7602fd68aa2ae9243bf689 (patch)
treee60756f5d5d6d0d92022983cc169e63a997d34b6 /Doc/whatsnew
parente2ff8be761a5c4958572d2aa6c9ee247e3c90c85 (diff)
downloadcpython-2884d6de1553c0e29a7602fd68aa2ae9243bf689.zip
cpython-2884d6de1553c0e29a7602fd68aa2ae9243bf689.tar.gz
cpython-2884d6de1553c0e29a7602fd68aa2ae9243bf689.tar.bz2
Fix a variety of small markup nits.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/whatsnew20.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/whatsnew20.tex b/Doc/whatsnew/whatsnew20.tex
index fe3e384..86d54d7 100644
--- a/Doc/whatsnew/whatsnew20.tex
+++ b/Doc/whatsnew/whatsnew20.tex
@@ -421,7 +421,7 @@ variable on the left-hand side.
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
+\program{awk}, \Cpp, Java, Perl, and PHP also support them. The augmented
assignment patch was implemented by Thomas Wouters.
% ======================================================================
@@ -633,7 +633,7 @@ exception would simply be silently swallowed.
Work has been done on porting Python to 64-bit Windows on the Itanium
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.)
+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
information.