Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs don't build with Python3 (make.py except) #1356

Closed
cjmayo opened this issue Oct 10, 2012 · 2 comments
Closed

Docs don't build with Python3 (make.py except) #1356

cjmayo opened this issue Oct 10, 2012 · 2 comments

Comments

@cjmayo
Copy link

cjmayo commented Oct 10, 2012

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.

@dmcdougall
Copy link
Member

Discussion in #1361 mentions some other files that need fixing, too.

@dmcdougall
Copy link
Member

Closing since #1383 and #1361 were closed/merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants