Thanks Michael, I've opened bug #11283 and assigned it to the v1.1.1 release.  
If you could take the time to vote on this bug that'd be great.

If there are other bugs that you, or anyone else, would like to see in v1.1.1 
release please let us know.  I'll start tagging those appropriately and this 
will give us good info on what needs to be fixed and if and when we should put 
out the next release and what it should include.  Thanks!

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord
Sent: Friday, June 22, 2007 8:55 AM
To: Discussion of IronPython
Subject: Re: [IronPython] Default lineno attribute on SyntaxError

Oh - and if this the fix for this could be backported to 1.1 that would
be really helpful, this bug is really inconvenient for us.

Thanks

Michael


Michael Foord wrote:
> Hello all,
>
> CPython:
>
>  >>> s = SyntaxError('s')
>  >>> s.lineno
>  >>>
>
>
> IP 1.1:
>
>  >>> s = SyntaxError('hello')
>  >>> s.lineno
> Traceback (most recent call last):
> AttributeError: 'instance' object has no attribute 'lineno'
>
> :-(
>
> Michael
> http://www.voidspace.org.uk/ironpython/index.shtml
>
>
>

_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to