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, eric.araujo, georg.brandl, lemburg, mark.dickinson, michael.foord, pitrou, rhettinger
Date 2010-12-03.09:26:01
SpamBayes Score 2.539303e-07
Marked as misclassified No
Message-id <AANLkTin+Nkr-c7QuHx1HDGmkWHNp1hh6w1gSjjh26WPq@mail.gmail.com>
In-reply-to <1291366399.02.0.0133889136294.issue10562@psf.upfronthosting.co.za>
Content
The result of 1 + 2j cannot be further broken down, so the result stays as 1
+ 2j (note the spaces!).

(1+2j)

(1 + 2j)

Following PEP 8 in this regard is also needed. Abandon the request of adding
the i unit and rather fix this spacing issue. The complex() built-in
function should also be fixed to add spaces around operators.
Files
File name Uploaded
unnamed Retro, 2010-12-03.09:26:01
History
Date User Action Args
2010-12-03 09:26:06Retrosetrecipients: + Retro, lemburg, georg.brandl, rhettinger, mark.dickinson, belopolsky, pitrou, eric.araujo, michael.foord, brian.curtin
2010-12-03 09:26:01Retrolinkissue10562 messages
2010-12-03 09:26:01Retrocreate