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 skrah
Recipients christian.heimes, facundobatista, mark.dickinson, rhettinger, robert_smallshire, serhiy.storchaka, skrah
Date 2016-04-03.11:29:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459682973.73.0.474097096493.issue26680@psf.upfronthosting.co.za>
In-reply-to
Content
I've been thinking about this, and I'm +1 for the change now.

These structural typing issues for numbers come up regularly
(see also msg257088), and the functions are so simple and
self-explanatory that API-complexity does not really increase.


In general, I understand the argument that Python has become
too complex in some areas -- recently I had to go back to
Python-2.7 in order to understand a certain detail about
.pyc files (in 2.7 it was immediately obvious).


But here I see on such problems.
History
Date User Action Args
2016-04-03 11:29:33skrahsetrecipients: + skrah, rhettinger, facundobatista, mark.dickinson, christian.heimes, serhiy.storchaka, robert_smallshire
2016-04-03 11:29:33skrahsetmessageid: <1459682973.73.0.474097096493.issue26680@psf.upfronthosting.co.za>
2016-04-03 11:29:33skrahlinkissue26680 messages
2016-04-03 11:29:33skrahcreate