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

Raising exceptions #105

Closed
wants to merge 1 commit into from
Closed

Raising exceptions #105

wants to merge 1 commit into from

Conversation

Hasimir
Copy link

@Hasimir Hasimir commented Aug 21, 2016

  • The old style "except Foo, bar:" only works with Python 2.
  • Changed to "except Foo as Bar:" and code using Python 3 won't break.

* The old style "except Foo, bar:" only works with Python 2.
* Changed to "except Foo as Bar:" and code using Python 3 won't break.
@Hasimir Hasimir mentioned this pull request Aug 21, 2016
@LiaungYip
Copy link

Duplicate of #97, #100, #101, #102.

@jjdenis
Copy link
Collaborator

jjdenis commented Sep 26, 2016

Corrected. Thank you!!!!

@jjdenis jjdenis closed this Sep 26, 2016
@Hasimir Hasimir deleted the except-py3 branch October 11, 2016 04:47
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

Successfully merging this pull request may close these issues.

None yet

3 participants