summarylogtreecommitdiffstats
path: root/sagemath-ipython-prompt.patch
blob: ad992ff0c3a4042b89606d92559f359b3c043511 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/sage/interfaces/sage0.py b/src/sage/interfaces/sage0.py
index 4ba76ab0b8..e7740177f4 100644
--- a/src/sage/interfaces/sage0.py
+++ b/src/sage/interfaces/sage0.py
@@ -161,7 +161,7 @@ class Sage(ExtraTabCompletion, Expect):
                 '--no-term-title',
                 '--simple-prompt',
             ])
-            prompt = re.compile('In \[\d+\]: ')
+            prompt = re.compile('sage: ')
             if init_code is None:
                 init_code = ['from six.moves import cPickle']