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 ezio.melotti
Recipients Augustin Laville, dstufft, eric.araujo, ezio.melotti
Date 2016-01-12.09:55:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452592538.08.0.413187136611.issue26089@psf.upfronthosting.co.za>
In-reply-to
Content
This seems to be because the alternative spelling "licence" was also included in the list, and got changed in #693470/178d19cff163.
Because of that change, the method get_licence() is not supported anymore, but at this point removing the duplicate "license" should be safe.
Attached a patch.
(Note that there seem to be no tests for the "licence" alias in Lib/distutils/tests)
History
Date User Action Args
2016-01-12 09:55:38ezio.melottisetrecipients: + ezio.melotti, eric.araujo, dstufft, Augustin Laville
2016-01-12 09:55:38ezio.melottisetmessageid: <1452592538.08.0.413187136611.issue26089@psf.upfronthosting.co.za>
2016-01-12 09:55:37ezio.melottilinkissue26089 messages
2016-01-12 09:55:37ezio.melotticreate