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 berker.peksag
Recipients berker.peksag, eric.araujo, pitrou, serhiy.storchaka, tarek, vstinner
Date 2015-03-23.12:40:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427114451.92.0.624792702123.issue19610@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a new patch. I didn't touched provides, requires and obsoletes fields since they are not used much in the setuptools era.

Distribution.finalize_options() already converts string types to lists for platforms and keywords fields. I didn't changed that behavior.
History
Date User Action Args
2015-03-23 12:40:51berker.peksagsetrecipients: + berker.peksag, pitrou, vstinner, tarek, eric.araujo, serhiy.storchaka
2015-03-23 12:40:51berker.peksagsetmessageid: <1427114451.92.0.624792702123.issue19610@psf.upfronthosting.co.za>
2015-03-23 12:40:51berker.peksaglinkissue19610 messages
2015-03-23 12:40:51berker.peksagcreate