[pydotorg-www] editing wiki.python.org

Jim Rath jim at elephantventures.com
Thu Nov 5 11:59:59 EST 2015


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
jim at elephantventures.com



More information about the pydotorg-www mailing list