]> git.eshelyaron.com Git - emacs.git/commit
Improve python3-compatibility of fallback completion (Bug#28499)
authorJoerg Behrmann <behrmann@physik.fu-berlin.de>
Mon, 18 Sep 2017 14:59:49 +0000 (16:59 +0200)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 25 Sep 2017 23:39:19 +0000 (19:39 -0400)
commita2244f417a7cf577172cec927b055f0aca9ef282
tree1cafe6e74c38a4d3ae6ce46572837131ca5f8ec8
parent79162cb0db1b62eec35f4fec0e6eac8669bc8f37
Improve python3-compatibility of fallback completion (Bug#28499)

* lisp/progmodes/python.el (python-eldoc-setup-code): Use
inspect.getfullargspec instead of inspect.getargspec to avoid a
deprecation warning on every usage of eldoc in python-mode.

Copyright-paperwork-exempt: yes
lisp/progmodes/python.el