[accerciser/gnome-3-34] IPython: do not use autoedit_syntax
- From: Samuel Thibault <sthibaul src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [accerciser/gnome-3-34] IPython: do not use autoedit_syntax
- Date: Fri, 24 Apr 2020 21:05:50 +0000 (UTC)
commit 8ef24f4d507419d9745c65637c6e45b34bf0a3ae
Author: Rok Mandeljc <rok mandeljc gmail com>
Date: Thu Apr 16 20:33:54 2020 +0200
IPython: do not use autoedit_syntax
It was removed in IPython 5.x, and had apparently been broken for
many years before that.
plugins/ipython_view.py | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/plugins/ipython_view.py b/plugins/ipython_view.py
index 317545b..23b1553 100755
--- a/plugins/ipython_view.py
+++ b/plugins/ipython_view.py
@@ -191,9 +191,6 @@ class IterableIPShell:
self.IP.input_splitter.push(line)
self.iter_more = self.IP.input_splitter.push_accepts_more()
self.prompt = self.generatePrompt(self.iter_more)
- if (self.IP.SyntaxTB.last_syntax_error and
- self.IP.autoedit_syntax):
- self.IP.edit_syntax_error()
if not self.iter_more:
if self.no_input_splitter:
source_raw = '\n'.join(self.lines)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]