sync ports with The Matrix

This commit is contained in:
purplerain 2023-09-14 00:49:35 +00:00
parent 9d4d2e721a
commit 79bc6d9d97
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
846 changed files with 10693 additions and 8131 deletions

View file

@ -1,12 +1,12 @@
Index: spyder_kernels/customize/spydercustomize.py
--- spyder_kernels/customize/spydercustomize.py.orig
+++ spyder_kernels/customize/spydercustomize.py
@@ -157,7 +157,7 @@ except:
@@ -118,7 +118,7 @@ except Exception:
# Add default filesystem encoding on Linux to avoid an error with
# Matplotlib 1.5 in Python 2 (Fixes Issue 2793)
#==============================================================================
# =============================================================================
-if PY2 and sys.platform.startswith('linux'):
+if PY2 and sys.platform.startswith(('linux','openbsd')):
+if PY2 and sys.platform.startswith(('linux', 'openbsd')):
def _getfilesystemencoding_wrapper():
return 'utf-8'