[issue36525] Deprecate instancemethod

2019-04-05 Thread Christian Heimes
Christian Heimes added the comment: After some discussion we came to the conclusion that the API is still useful for some people. https://mail.python.org/pipermail/python-dev/2019-April/156986.html -- components: +Interpreter Core resolution: -> rejected stage: patch review -> resol

[issue36525] Deprecate instancemethod

2019-04-04 Thread Josh Rosenberg
Josh Rosenberg added the comment: Actually, there is a use case, and it's one I've been intermittently trying to replicate ever since the functionality vanished in the Python 2 to 3 transition (or so I thought). The use case is taking an existing built-in function (as in a CPython function

[issue36525] Deprecate instancemethod

2019-04-04 Thread Jeroen Demeyer
Change by Jeroen Demeyer : -- keywords: +patch pull_requests: +12613 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue36525] Deprecate instancemethod

2019-04-04 Thread Jeroen Demeyer
Change by Jeroen Demeyer : -- title: Deprecate instance method -> Deprecate instancemethod ___ Python tracker ___ ___ Python-bugs-li