[issue42488] Mathematical error

Steven D'Aprano report at bugs.python.org
Sat Nov 28 03:21:56 EST 2020


Steven D'Aprano <steve+python at pearwood.info> added the comment:

The ^ operator is bitwise-xor (exclusive-or), not exponentiation.

Stop wasting our time by posting false bug reports. This is now your fifth incorrect bug report in a row. Once or twice can be forgiven that you didn't know better.

Please stop reporting bugs until you have checked with **at least one** of Stackoverflow, Reddit's /r/learnpython, one of the Python IRC channels, or the tutor mailing list, and confirmed that it is really a bug and not your own error.

----------
nosy: +steven.daprano
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42488>
_______________________________________


More information about the Python-bugs-list mailing list