mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Fix a variety of small markup nits.
This commit is contained in:
parent
e2ff8be761
commit
2884d6de15
6 changed files with 21 additions and 20 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue