From: Johannes Berg <johannes@sipsolutions.net>
To: Thomas Pedersen <thomas@cozybit.com>
Cc: backports@vger.kernel.org
Subject: Re: [PATCH] backports: specify python2.7 for gentree.py
Date: Mon, 03 Jun 2013 09:52:38 +0200 [thread overview]
Message-ID: <1370245958.8227.0.camel@jlt4.sipsolutions.net> (raw)
In-Reply-To: <1370214733-29993-1-git-send-email-thomas@cozybit.com> (sfid-20130603_011619_699121_3245A68D)
On Sun, 2013-06-02 at 16:12 -0700, Thomas Pedersen wrote:
> Apparently gentree.py uses some python2.7 specific syntax. Fixes:
>
> ./gentree.py -h
> File "./gentree.py", line 72
> except OSError, e:
This is curious, it already uses
except OSError as e:
in most places, just not this one.
I think we should just make this compatible with both 2.7+ and 3, which
shouldn't be too hard. I tried a bit and the patchlib is the biggest
issue, will try some more after all my meetings.
johannes
prev parent reply other threads:[~2013-06-03 7:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-02 23:12 [PATCH] backports: specify python2.7 for gentree.py Thomas Pedersen
2013-06-03 0:00 ` Anh K. Huynh
2013-06-03 3:16 ` Thomas Pedersen
2013-06-03 3:36 ` Anh K. Huynh
2013-06-03 7:52 ` Johannes Berg [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1370245958.8227.0.camel@jlt4.sipsolutions.net \
--to=johannes@sipsolutions.net \
--cc=backports@vger.kernel.org \
--cc=thomas@cozybit.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.