Ethereal-dev: Re: [Ethereal-dev] H235 & ASN1 compiler

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxx>
Date: Wed, 26 May 2004 10:24:42 -0500
On Tuesday 25 May 2004 23:01, Guy Harris wrote:
> On Tue, May 25, 2004 at 03:13:58PM -0500, Gilbert Ramirez wrote:
> > Change it to:
> >
> > t.lineno = t.lineno + 1
> >
> > for compatibility with Python 1.5
>
> ...and then change all the other "+="s and "-="s.
>
> Then you get an error for
>
>   File "../../tools/asn2eth.py", line 303
>     depend_list = [d for d in self.dependencies[ident] if d in assign_keys]
>

Oh well. Is compatibility with python 1.5.2 really a goal? If so, then line 
303 and others like it can be changed, too.

--gilbert