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 _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"