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

SyntaxError: invalid syntax, line 874 #75

Closed
vorlock opened this issue Jun 20, 2014 · 1 comment
Closed

SyntaxError: invalid syntax, line 874 #75

vorlock opened this issue Jun 20, 2014 · 1 comment

Comments

@vorlock
Copy link

vorlock commented Jun 20, 2014

File "/lib/python3.2/site-packages/dns/zone.py", line 874
    except dns.exception.SyntaxError, detail:
                                    ^
SyntaxError: invalid syntax

shouldn't be?

except dns.exception.SyntaxError as detail:
@vorlock
Copy link
Author

vorlock commented Jun 20, 2014

It's ok when using Python3 branch.
Sorry for the noice

@vorlock vorlock closed this as completed Jun 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant