SublimePythonIDE icon indicating copy to clipboard operation
SublimePythonIDE copied to clipboard

(Document that) the Extract Method refactoring only works with python 2

Open mnieber opened this issue 8 years ago • 0 comments

First of all, I really value having Extract Method available in sublime, so thanks for creating this plugin.

When I start sublime from a shell that uses Python2 then the Extract Method refactoring works fine. It fails when starting from a shell that uses Python3. Maybe a small note can be added to the readme to alert users to this?

mnieber avatar Jun 01 '17 16:06 mnieber