Comment 1 for bug 1541912

Revision history for this message
asmeurer (asmeurer) wrote :

It's valid syntax in Python 3. >> is the right shift operator, and the comma creates a tuple. If you run the code, you'll see that it raises a TypeError, not a SyntaxError. Unless pyflakes is going to do some basic operator type checking on builtins (could be a good idea?) it's not going to detect this.