Error when using python2-mode or python3-mode

Bug #1008927 reported by Thomas Jost
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-mode.el
Fix Released
Medium
Andreas Roehler

Bug Description

M-x python3-mode
Symbol's function definition is void: py-toggle-shells

In python-mode.el (6.0.8; was also in 6.0.7 and possibly other before), python2-mode, python3-mode and jython-mode call py-toggle-shells, which is undefined.
Changing these calls to py-toggle-shell (without trailing s) or adding a (defalias 'py-toggle-shells 'py-toggle-shell) fixes the problem.

Related branches

Changed in python-mode:
assignee: nobody → Andreas Roehler (a-roehler)
milestone: none → 6.0.9
importance: Undecided → Medium
Changed in python-mode:
status: New → Fix Committed
Changed in python-mode:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.