Skip to content

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

Closed
@cjmayo

Description

@cjmayo

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions