lowercase requirement for py-ports (Re: svn commit: r405240 - in head/devel: . py-PyLD)

Mikhail T. mi+thun at aldan.algebra.com
Mon Jan 4 16:50:43 UTC 2016


On 04.01.2016 11:38, Kubilay Kocak wrote:
> Agreed, its just not a 'current practice' thing that makes that relevant :)
True. But insisting on changes of current practice needs a good reason.
> How does the figure change only including py-* ports?
The share drops from 25% to 9.5%:

    % awk -F\| '\!/^py/ {next} $1 ~ /.*[A-Z].*/ {upper++} {total++} END
    {print upper " of " total " py-ports have capital letter in name - "
    upper*100./total "%"}' INDEX-10
    182 of 1906 py-ports have capital letter in name - 9,54879%

Yours,

    -mi



More information about the freebsd-python mailing list