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 Jess
Recipients Jess, Windson Yang, ezio.melotti, michael.foord, rbcollins, remi.lapeyre, rhettinger
Date 2019-03-08.22:05:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552082755.27.0.187018990794.issue36230@roundup.psfhosted.org>
In-reply-to
Content
Good call on the repr(), hadn't noted the "3+4j" issue - __gt__ and __lt__ do work for compare there, but not sorted().  *shrug*  Will make sure the solution takes that into account in some fashion.

Bit slower as I expected as setting up the windows env has some bits that are not entirely happy.
History
Date User Action Args
2019-03-08 22:05:55Jesssetrecipients: + Jess, rhettinger, rbcollins, ezio.melotti, michael.foord, Windson Yang, remi.lapeyre
2019-03-08 22:05:55Jesssetmessageid: <1552082755.27.0.187018990794.issue36230@roundup.psfhosted.org>
2019-03-08 22:05:55Jesslinkissue36230 messages
2019-03-08 22:05:55Jesscreate