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 terry.reedy
Recipients debatem1, docs@python, eric.araujo, lemburg, loewis, terry.reedy
Date 2010-08-27.20:20:43
SpamBayes Score 3.5205762e-08
Marked as misclassified No
Message-id <1282940445.48.0.568535463229.issue9119@psf.upfronthosting.co.za>
In-reply-to
Content
This is really two issues: docs and windows builds. As for docs:

Many of the module doc pages mention original authors and give urls for further info. The ssl page already says " This module uses the OpenSSL library." Rather than fuss over whether the doc constitutes 'advertising material' (and a lawyer certain could claim it does), we can easily expand the above to

"This module includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com)."

or whatever would be correct. This wording better meets the attribution requirement *and* is more informative to users.

The download page currently does not contain the word 'license', which I think is an omission that should be filled. I think it should include something like the following reasonably near the top:

"The History and License for each version is included with its document set. In layperson's terms, the license more or less says that you can use Python as you wish as long as you 1) do not claim ownership of the name or code, and 2) assume full legal and moral responsibility for the downloading and use of the code, including the cryptographic modules." 

Builds: have there been multiple overt requests for no-crypto builds? Do any of the other build providers make such? I think this falls under "These re-packagings often include more libraries or are specialized for a particular application:" -- like being so unfortunate as to live in certain countries.
History
Date User Action Args
2010-08-27 20:20:45terry.reedysetrecipients: + terry.reedy, lemburg, loewis, eric.araujo, debatem1, docs@python
2010-08-27 20:20:45terry.reedysetmessageid: <1282940445.48.0.568535463229.issue9119@psf.upfronthosting.co.za>
2010-08-27 20:20:44terry.reedylinkissue9119 messages
2010-08-27 20:20:43terry.reedycreate