Re: [Python-Dev] Implementation of PEP 341

2005-11-13 Thread Brett Cannon
On 11/13/05, Nick Coghlan <[EMAIL PROTECTED]> wrote: > Thomas Lee wrote: > > Implemented as you suggested and tested. I'll submit the patch to the > > tracker on sourceforge shortly. Are you guys still after contextual > > diffs as per the developer pages, or is an svn diff the preferred way to > >

Re: [Python-Dev] Implementation of PEP 341

2005-11-13 Thread Nick Coghlan
Thomas Lee wrote: > Implemented as you suggested and tested. I'll submit the patch to the > tracker on sourceforge shortly. Are you guys still after contextual > diffs as per the developer pages, or is an svn diff the preferred way to > submit patches now? svn diff should be fine. Although I th

Re: [Python-Dev] Implementation of PEP 341

2005-11-13 Thread Nick Coghlan
Thomas Lee wrote: > Hi all, > > I've been using Python for a few years and, as of a few days ago, > finally decided to put the effort into contributing code back to the > project. > > I'm attempting to implement PEP 341 (unification of try/except and > try/finally) against HEAD. However, this

[Python-Dev] Implementation of PEP 341

2005-11-13 Thread Thomas Lee
Hi all, I've been using Python for a few years and, as of a few days ago, finally decided to put the effort into contributing code back to the project. I'm attempting to implement PEP 341 (unification of try/except and try/finally) against HEAD. However, this being my first attempt at a chang