* lisp/progmodes/python.el (python-shell-calculate-command): Rename
commit6f167f95dc9dae8fc8533ee4d9a497c4f08021b2
authorFabián Ezequiel Gallina <galli.87@gmail.com>
Sun, 16 Nov 2014 13:47:14 +0000 (16 10:47 -0300)
committerFabián Ezequiel Gallina <galli.87@gmail.com>
Sun, 16 Nov 2014 13:47:14 +0000 (16 10:47 -0300)
tree1a6369c5f85eb12ffad8a286d063eb31709d5204
parent2444ac6de86b318763f0cc8b1de5fb757cb09170
* lisp/progmodes/python.el (python-shell-calculate-command): Rename
from python-shell-parse-command.  Cleanup.
(run-python, run-python-internal): Use it.
(python-shell-calculate-pythonpath): Rename from
python-new-pythonpath.
(python-shell-calculate-process-environment): Use it.
(python-shell-calculate-exec-path): Add comment.

* test/automated/python-tests.el
(python-shell-calculate-process-environment-2): Fix test.
(python-shell-calculate-process-environment-1)
(python-shell-calculate-process-environment-3): Cleanup.
lisp/ChangeLog
lisp/progmodes/python.el
test/ChangeLog
test/automated/python-tests.el