Hi y'all.  I'm a new user (ElephantJim) on wiki.python.org.

I wanted to suggest some edits for 
https://wiki.python.org/moin/HandlingExceptions.  Specifically, I thought it'd 
be a good idea to change the syntax of the "except" clauses from old python 2 
style to the newer python 2/3 style.  For example, change "except Exception, 
e:" to "except Exception as e:".

Could you add me to the EditorsGroup?

Thanks,
Jim Rath
j...@elephantventures.com

_______________________________________________
pydotorg-www mailing list
pydotorg-www@python.org
https://mail.python.org/mailman/listinfo/pydotorg-www

Reply via email to