[gt-users] python 2.5 compatibility
Brent Pedersen
bpederse at gmail.com
Sat Aug 15 17:33:03 CEST 2009
On Fri, Aug 14, 2009 at 3:14 AM, Sascha
Steinbiss<steinbiss at zbh.uni-hamburg.de> wrote:
> On 08/12/2009 09:29 PM, Brent Pedersen wrote:
>> hi,
>
> Hey Brent,
>
>> i noticed there are recent changes to custom_visitor.py in the form:
>> except GTError as errmsg:
>> which is not valid in python versions less than 2.6. for compat with
>> 2.5 and less, it should be: "except GTError, errmsg:"
>
> Oh, thanks. I must have missed that (maybe I should brush up on my
> Python version changes). Good to have a real Pythonista on board.
sure, glad i could help.
> Thanks also to Gordon for fixing this issue while I am on vacation. Fix
> is now in master.
>
> Sascha
>
> --
> Sascha Steinbiss
> Center for Bioinformatics
> University of Hamburg
> Bundesstr. 43
> 20146 Hamburg
> Germany
>
> Email: steinbiss at zbh.uni-hamburg.de
> URL: http://www.zbh.uni-hamburg.de/steinbiss
> Phone: +49 (40) 42838 7322
> FAX: +49 (40) 42838 7312
>
> _______________________________________________
> gt-users mailing list
> gt-users at genometools.org
> http://genometools.org/mailman/listinfo/gt-users
>
More information about the gt-users
mailing list