summary refs log tree commit diff
path: root/gnu/packages/patches/python-ipython-documentation-chars.patch
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2023-05-22 20:17:40 +0000
committerLudovic Courtès <ludo@gnu.org>2023-06-02 16:08:39 +0200
commitf1af4fbeecf753a299a3cc2a441da48ee4235b48 (patch)
treec9d885e7a346092fb6e89619fa683ef99a926058 /gnu/packages/patches/python-ipython-documentation-chars.patch
parent53c47c4f285bf79d62fcf069b53fb34209e014e5 (diff)
downloadguix-f1af4fbeecf753a299a3cc2a441da48ee4235b48.tar.gz
gnu: python-ipython-documentation: Remove patches.
* gnu/packages/python-xyz.scm (python-ipython-documentation)[source]:
Remove upstreamed patches.
* gnu/packages/patches/python-ipython-documentation-chars.patch,
gnu/packages/patches/python-ipython-documentation-repro.patch:
Delete files.
* gnu/local.mk: Remove files.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/patches/python-ipython-documentation-chars.patch')
-rw-r--r--gnu/packages/patches/python-ipython-documentation-chars.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/gnu/packages/patches/python-ipython-documentation-chars.patch b/gnu/packages/patches/python-ipython-documentation-chars.patch
deleted file mode 100644
index a52c54f513..0000000000
--- a/gnu/packages/patches/python-ipython-documentation-chars.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Avoid LaTeX errors due to non-printable characters.
-Submitted upstream: https://github.com/ipython/ipython/pull/13640
-
-diff --git a/IPython/utils/coloransi.py b/IPython/utils/coloransi.py
-index e33142180..9300b0108 100644
---- a/IPython/utils/coloransi.py
-+++ b/IPython/utils/coloransi.py
-@@ -74,8 +74,8 @@ class TermColors:
- class InputTermColors:
-     """Color escape sequences for input prompts.
- 
--    This class is similar to TermColors, but the escapes are wrapped in \001
--    and \002 so that readline can properly know the length of each line and
-+    This class is similar to TermColors, but the escapes are wrapped in \\001
-+    and \\002 so that readline can properly know the length of each line and
-     can wrap lines accordingly.  Use this class for any colored text which
-     needs to be used in input prompts, such as in calls to raw_input().
-