Improve error reporting when users mistakenly write "&&" or "||" instead of...
Improve error reporting when users mistakenly write "&&" or "||" instead of Python's "and" and "or" operators. (GH-3858)
Showing
tests/errors/e_binop_and.pyx
0 → 100644
tests/errors/e_binop_or.pyx
0 → 100644
Please register or sign in to comment