PyCQA / redbaron

Bottom-up approach to refactoring in python
http://redbaron.pycqa.org/
694 stars 74 forks source link

Support Python 3.7 #164

Closed BugDiver closed 6 years ago

BugDiver commented 6 years ago

Currently, this library does not work with the latest Python 3.7 version. Python 3.7 has removed the _pattern_type field from re module, which is used here

BugDiver commented 6 years ago

This is fixed through #165