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, eric.araujo, eric.smith, gvanrossum, mark.dickinson
Date 2011-11-21.19:32:10
SpamBayes Score 2.768885e-05
Marked as misclassified No
Message-id <1321903931.41.0.514062466999.issue10621@psf.upfronthosting.co.za>
In-reply-to
Content
Make the output of a complex expression include spaces around the operator. So, for example, (1+2j) should be outputted as (1 + 2j). Make this happen in Python 3.3.
History
Date User Action Args
2011-11-21 19:32:11Retrosetrecipients: + Retro, gvanrossum, mark.dickinson, eric.smith, eric.araujo
2011-11-21 19:32:11Retrosetmessageid: <1321903931.41.0.514062466999.issue10621@psf.upfronthosting.co.za>
2011-11-21 19:32:10Retrolinkissue10621 messages
2011-11-21 19:32:10Retrocreate