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
> >
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
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
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