[Python-projects] logilab.common.configuration.options_by_section yields random sections groups in python 3.3+

2015-07-20 Thread Craig Hobbs
This causes generated rcfiles (like those of pylint) to be output with random section order. The fix is simple - just sort the section item iteration (see below). Craig $ hg diff diff -r 5eda1d32011d logilab/common/configuration.py --- a/logilab/common/configuration.py Wed Jul 08 22:21:25 2015 +

Re: [Python-projects] logilab.common.configuration.options_by_section yields random sections groups in python 3.3+

2015-07-20 Thread Rémi Cardona
Le 18/07/2015 22:59, Craig Hobbs a écrit : This causes generated rcfiles (like those of pylint) to be output with random section order. The fix is simple - just sort the section item iteration (see below). Craig Hi Craig, Since you already have a mercurial repo handy, could you send us a pr