[code-quality] [PyCQA/astroid] backport bugfix for six.moves to release branch 1.6

2018-03-16 Thread Francesco Tartaggia
Hi all, I'm writing about PR https://github.com/PyCQA/astroid/pull/478 (Fix submodule import in six.moves). Are you interested in backporting the fix from master branch to the 1.6 release branch? Doing so would fix the "Unable to import 'six.moves.urllib.parse' (import-error)" issue for pylint,

Re: [code-quality] [PyCQA/astroid] backport bugfix for six.moves to release branch 1.6

2018-03-16 Thread Claudiu Popa
Hi Francesco, Yes, definitely, sounds like a good idea! For astroid and pylint's maintenance branches we prefer PRs on top of the corresponding branches rather than on top of the tag. There's currently no release schedule planned for 1.6.2, we just have to release it on PyPi. SInce we already have

Re: [code-quality] [PyCQA/astroid] backport bugfix for six.moves to release branch 1.6

2018-03-16 Thread Francesco Tartaggia
Hi Claudiu, I submitted PR https://github.com/PyCQA/astroid/pull/516. Unfortunately it fails some pylint checks on py35, but failures seem to be on files not related with the PR itself: I'm leaving the PR untouched. francesco On 16 March 2018 at 13:51, Claudiu Popa wrote: > Hi Francesco, > >