Message 258093 - Python tracker (original) (raw)

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)