Skip to content

Commit

Permalink
Merge from 3.x: PR #4177
Browse files Browse the repository at this point in the history
Fixes #4172
  • Loading branch information
ccordoba12 committed Feb 22, 2017
2 parents 915d5de + 1bf9c6c commit 8b2b222
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spyder/plugins/externalconsole.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,11 @@ def process_started(self, shell_id):
self.tabwidget.setTabIcon(index, icon)
if self.help is not None:
self.help.set_shell(shell.shell)
shell.shell.write("NOTE: The Python console is going to "
"be REMOVED in Spyder 3.2. Please start "
"to migrate your work to the "
"IPython console instead.\n\n", prompt=True)
shell.shell.new_prompt("")

def process_finished(self, shell_id):
index = self.get_shell_index_from_id(shell_id)
Expand Down

0 comments on commit 8b2b222

Please sign in to comment.