sync ports with The Matrix
This commit is contained in:
parent
9d4d2e721a
commit
79bc6d9d97
846 changed files with 10693 additions and 8131 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue