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 nascheme
Recipients berker.peksag, cryvate, eric.araujo, nascheme, pitrou, serhiy.storchaka, tarek, vstinner
Date 2017-12-02.19:34:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512243257.44.0.213398074469.issue19610@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see a good reason to add this check.  I would guess there could be lots of 3rd party packages that are no uninstallable on Python 3.7.  E.g. 

python3 -m pip install exifread
...
TypeError: 'classifiers' should be a 'list', not 'tuple'

If people are determined to add extra type checking, make it a warning for 3.7 so setup.py files can be fixed.
History
Date User Action Args
2017-12-02 19:34:17naschemesetrecipients: + nascheme, pitrou, vstinner, tarek, eric.araujo, berker.peksag, serhiy.storchaka, cryvate
2017-12-02 19:34:17naschemesetmessageid: <1512243257.44.0.213398074469.issue19610@psf.upfronthosting.co.za>
2017-12-02 19:34:17naschemelinkissue19610 messages
2017-12-02 19:34:17naschemecreate