Pylint 1.8 / Astroid 1.6 released!

2017-12-15 Thread Claudiu Popa
Hi folks! I'm happy to announce the release of Pylint 1.8, along with Astroid 1.6! This is going to be the last version that will work on Python 2. Starting with the next planned version, 2.0, we are going to support only Python 3.5+. 1.8 will most likely become a LTS release, with bug fixes bac

importlib_resources 0.2

2017-12-15 Thread Barry Warsaw
I am happy to announce the release of importlib_resources 0.2. This version has several bug fixes and a backward incompatible API change. Instead of a single open() and read() functions, we’ve split them into open_text(), open_binary(), read_text(), and read_binary() functions. importlib_reso