Boštjan Mejak <bostjan.me...@gmail.com> added the comment:

(7.8064-6j)

According to PEP 8, the output in our example should be with spaces
surrounding the subtraction operator, like this:
>>> (1 + 2.56j) * (-1 - 3.44j)
(7.8064 - 6j)

----------
Added file: http://bugs.python.org/file19914/unnamed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10562>
_______________________________________
<div>Why does the Python parser not follow PEP 8?</div><div>&gt;&gt;&gt; (1 + 
2.56j) * (-1 - 3.44j)</div><div>(7.8064-6j)</div><div><br></div><div>According 
to PEP 8, the output in our example should be with spaces surrounding the 
subtraction operator, like this:</div>
<div><div>&gt;&gt;&gt; (1 + 2.56j) * (-1 - 3.44j)</div><div>(7.8064 - 
6j)</div></div>
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to