This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Retro
Recipients Retro, belopolsky, brian.curtin, georg.brandl, lemburg, mark.dickinson, michael.foord, pitrou, rhettinger
Date 2010-12-02.23:54:05
SpamBayes Score 0.0015053704
Marked as misclassified No
Message-id <AANLkTimSBNZmtWrN-rYc8q=X7cs80d2KyoGpymox9zrs@mail.gmail.com>
In-reply-to <1291329730.3576.48.camel@localhost.localdomain>
Content
(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)
Files
File name Uploaded
unnamed Retro, 2010-12-02.23:54:05
History
Date User Action Args
2010-12-02 23:54:07Retrosetrecipients: + Retro, lemburg, georg.brandl, rhettinger, mark.dickinson, belopolsky, pitrou, michael.foord, brian.curtin
2010-12-02 23:54:05Retrolinkissue10562 messages
2010-12-02 23:54:05Retrocreate