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 pitrou
Recipients berker.peksag, cryvate, eric.araujo, nascheme, ncoghlan, ned.deily, pitrou, serhiy.storchaka, tarek, vstinner
Date 2017-12-03.09:27:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <2d59d853-1319-50ef-1029-cba4667c85fc@free.fr>
In-reply-to <1512277078.06.0.213398074469.issue19610@psf.upfronthosting.co.za>
Content
Le 03/12/2017 à 05:57, Neil Schemenauer a écrit :
> 
> I like Nick's idea of calling list() to fix the argument.

I don't think that's a good idea.  Suppose someone is passing a string
by mistake:

setup(...,
      classifiers='Programming Language :: Python :: 3 :: Only',
      )
History
Date User Action Args
2017-12-03 09:27:21pitrousetrecipients: + pitrou, nascheme, ncoghlan, vstinner, tarek, ned.deily, eric.araujo, berker.peksag, serhiy.storchaka, cryvate
2017-12-03 09:27:21pitroulinkissue19610 messages
2017-12-03 09:27:21pitroucreate