ropemacs icon indicating copy to clipboard operation
ropemacs copied to clipboard

Setting instance method attributes in Python 3

Open mcepl opened this issue 9 years ago • 4 comments

Saving pull request from Bitbucket (https://bitbucket.org/agr/ropemacs/pull-request/8/setting-instance-method-attributes-in)

@emhs any more comments on this?

mcepl avatar Jul 22 '14 19:07 mcepl

Wow, this was a while ago. I vaguely remember this having to do with not properly grabbing the function content of a method object. Yeah, the callback wasn't setting appropriately due where the function-content lived under Python3.

seylerius avatar Jul 22 '14 20:07 seylerius

I guess this should wait on https://github.com/python-rope/rope/issues/57#issuecomment-56635546 as well, right?

mcepl avatar Oct 03 '14 21:10 mcepl

I guess this should wait on python-rope/rope#57 (comment) as well, right?

That has been done. Rope now works perfectly happy with Python 3.

mcepl avatar Jul 09 '21 15:07 mcepl

Whoops, just merged #45 which is basically the same. Could you rebase please to check whether it is so?

mcepl avatar Jun 27 '22 18:06 mcepl

I think whole ropemacs deserves to day and everybody should use pylsp with https://github.com/python-rope/pylsp-rope via their LSP client (I am certain Emacs has at least one). If anybody cares about this, suite yourself, I believe the patch will be still visible.

mcepl avatar Apr 29 '23 16:04 mcepl