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 hodgestar
Recipients georg.brandl, hodgestar
Date 2008-11-27.13:50:34
SpamBayes Score 8.98837e-08
Marked as misclassified No
Message-id <1227793839.56.0.207871188628.issue4446@psf.upfronthosting.co.za>
In-reply-to
Content
The section on Additional meta-data in Doc/distutils/setupscript.rst is
missing any reference to the setup() "platforms" keyword. I've attached
a patch which fills in the basics but there are some outstanding questions:

 - Does note (4) about backwards compatibility with earlier versions of
Python apply?

 - What strings should be used to describe each platform? Perhaps any
final element of an "Operating System ::" trove classifier?

 - Given that we have the classifiers, is the "platforms" keyword
actually needed? Perhaps the docs should just mark it as deprecated? We
would then maybe need to change distutils to populate the platforms key
in PKG-INFO from the classifiers?
History
Date User Action Args
2008-11-27 13:50:40hodgestarsetrecipients: + hodgestar, georg.brandl
2008-11-27 13:50:39hodgestarsetmessageid: <1227793839.56.0.207871188628.issue4446@psf.upfronthosting.co.za>
2008-11-27 13:50:38hodgestarlinkissue4446 messages
2008-11-27 13:50:36hodgestarcreate