python-rope/ropemode

python 3 error: `basestring` is still used by ropemode

glyph opened this issue · 6 comments

glyph commented

I have been mostly happily using ropemode with Emacs, but today I set ropemacs-autoimport-modules and got a pymacs traceback because there's an isinstance(..., basestring) in the autoimport cache generation code path.

Fixed in #16

glyph commented

@soupytwist Thanks so much for the update! Any chance this will result in a PyPI release soon?

glyph commented

(Also possibly worth noting, this furthers #8 along … :))

I haven't released this one before myself, I can take a look at it unless @mcepl wants to.

mcepl commented

Fixed in #14 .

glyph commented