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.
soupytwist commented
Fixed in #16
glyph commented
@soupytwist Thanks so much for the update! Any chance this will result in a PyPI release soon?
soupytwist commented
I haven't released this one before myself, I can take a look at it unless @mcepl wants to.
glyph commented
Thanks @soupytwist, @mcepl !