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 thomassen
Recipients docs@python, rhettinger, terry.reedy, thomassen
Date 2017-07-14.01:13:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499994803.54.0.0990102743358.issue30803@psf.upfronthosting.co.za>
In-reply-to
Content
I like your most recent suggestion, and updated the PR after fixing a typo ('Fractions') and making it more complete (complex numbers).

Let me know if anything else is needed.

(A mapping is not a specialized set, at least as far as typing is concerned: `isinstance({}, set)` is false. Semantically, they may be related, but the question here is whether the types are actually related.)
History
Date User Action Args
2017-07-14 01:13:23thomassensetrecipients: + thomassen, rhettinger, terry.reedy, docs@python
2017-07-14 01:13:23thomassensetmessageid: <1499994803.54.0.0990102743358.issue30803@psf.upfronthosting.co.za>
2017-07-14 01:13:23thomassenlinkissue30803 messages
2017-07-14 01:13:23thomassencreate