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 mdk
Recipients brett.cannon, docs@python, ezio.melotti, georg.brandl, mdk, ned.deily, serhiy.storchaka
Date 2016-01-14.09:36:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452764201.44.0.186926468245.issue26106@psf.upfronthosting.co.za>
In-reply-to
Content
@Serhiy Well spotted, it does not work (as we can see here http://www.afpy.org/doc/python/3.5/license.html).

Anyone having a better background than me in ReStructuredText have an idea ?

About the review of the patch, as a human review may be fastidious, here a script to check that I did NOT modified the content of the licences themselves (still need to trust the command, but it's faster to review than the whole licence text itself):

    diff -w <(grep '^-' literal-licence.patch | cut -b2-) <(grep '^+' literal-licence.patch | cut -b2- | sed 's/\(^ *\)[0-8]\./\1#./g')
History
Date User Action Args
2016-01-14 09:36:41mdksetrecipients: + mdk, brett.cannon, georg.brandl, ned.deily, ezio.melotti, docs@python, serhiy.storchaka
2016-01-14 09:36:41mdksetmessageid: <1452764201.44.0.186926468245.issue26106@psf.upfronthosting.co.za>
2016-01-14 09:36:41mdklinkissue26106 messages
2016-01-14 09:36:40mdkcreate