[docs] Mistake in the Python 3.2.2rc1 "help(set)"

Joao Carneiro joao.flavio at gmail.com
Mon Oct 10 16:10:36 CEST 2011


Hello,

I would like to report that I found a mistake in the document of
"help(set)".

In the document all the __i*__ methods are described exactly like the same
methods without i before the name.

Copied from the document:
__ixor__(...)

x.__ixor__(y) <==> x^y


__xor__(...)

x.__xor__(y) <==> x^y


I suppose that the __ixor__ would mean x^=y and not x^y like the __xor__ method
right?

This problem also occurs for:
__iand__
__ior__
__isub__

Best regards,
Joao Carneiro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20111010/75a7da49/attachment.html>


More information about the docs mailing list