On Fri, Nov 6, 2015 at 3:59 AM, Jim Rath <j...@elephantventures.com> wrote:
> 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?

Yeah, that sounds like something well worth doing! Thanks for
noticing. I've made you an editor, so you should be able to make the
changes.

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

Reply via email to