[Python-bugs-list] [ python-Bugs-776181 ] Small typo in reference for __ixor__

SourceForge.net noreply@sourceforge.net
Wed, 23 Jul 2003 08:19:27 -0700


Bugs item #776181, was opened at 2003-07-23 07:02
Message generated for change (Comment added) made by fdrake
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=776181&group_id=5470

Category: Documentation
Group: Python 2.3
Status: Open
>Resolution: Fixed
Priority: 5
Submitted By: Francesco Ricciardi (nerby)
Assigned to: Fred L. Drake, Jr. (fdrake)
>Summary: Small typo in reference for __ixor__

Initial Comment:
In chapter 3.3.6 'Emulating numeric types' of the HTML 
version of the Reference Manual, in the description of 
the augmented arithmetic operators, the second to last 
symbol is '=' instead of '^='.

This is true for various Python versions, but only for the 
HTML code (PDF and Postscript do have '^=').

----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2003-07-23 11:19

Message:
Logged In: YES 
user_id=3066

Fixed for Python 2.3 in Doc/ref/ref3.tex revision 1.114.
Should be backported; leaving this report open until that's
done, but marking as Fixed.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=776181&group_id=5470