Hi Tom,
On Sat, 23 Aug 2014 08:44:49 -0400
Tom Rini wrote:
> On Fri, Aug 22, 2014 at 03:01:30PM +0900, Masahiro Yamada wrote:
>
> > Tom,
> >
> >
> > I noticed this patch's gone to RFC.
> >
> > Did you decide to drop python2.5 from support?
> >
> > If so, I will use "except ... as ..." and
On Fri, Aug 22, 2014 at 03:01:30PM +0900, Masahiro Yamada wrote:
> Tom,
>
>
> I noticed this patch's gone to RFC.
>
> Did you decide to drop python2.5 from support?
>
> If so, I will use "except ... as ..." and "with ... as ..."
> statements in my other patches.
So, I'm not 100% sure just ye
Tom,
A litte more info:
Buildman does not work on python 2.5.
(only 2.6 and 2.7)
No complaint about it so far.
This tools is intended to be a work-around for using
MAKEALL and Buildman, but we are removing the former.
In that case, having only this tool support python 2.5
seems meaningless.
Tom,
I noticed this patch's gone to RFC.
Did you decide to drop python2.5 from support?
If so, I will use "except ... as ..." and "with ... as ..."
statements in my other patches.
Best Regards
Masahiro Yamada
On Mon, 4 Aug 2014 19:23:14 +0900
Masahiro Yamada wrote:
> The statement "exc
The statement "exception ... as ..." can be used in Python 2.6
or lator. Avoid using it.
Tested on Python 2.5.6.
Signed-off-by: Masahiro Yamada
---
Changes in v2:
- Fix git-description. s/exception/except/
tools/genboardscfg.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff
5 matches
Mail list logo