← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~m2j/openlp/smallfix into lp:openlp

 

17	+ files.sort(key=lambda filename: unicode(filename), cmp=locale.strcoll)

Be aware that a lambda can make things extremely slow. An external function can be quicker at times.
-- 
https://code.launchpad.net/~m2j/openlp/smallfix/+merge/62034
Your team OpenLP Core is requested to review the proposed merge of lp:~m2j/openlp/smallfix into lp:openlp.


References