You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc/make.py of matplotlib-1.2.0rc2 has multiple except clauses that use "," instead of "as" (in the pre-v2.6 compatibility block) e.g.
except Error, err:
this is no longer supported in Python 3 and causes a syntax error.