Benjamin Peterson <[EMAIL PROTECTED]> added the comment:

On Thu, Aug 21, 2008 at 9:38 PM, Jack Diederich <[EMAIL PROTECTED]> wrote:
>
> Jack Diederich <[EMAIL PROTECTED]> added the comment:
>
> Benjamin, the 2to3 parse tree straddles the 2.x Grammar and 3.x Grammar
> (it's its own thing) which is why fixup_parse_tree is there.  From the
> docstring:
>  one-line classes don't get a suite in the parse tree so we add one to
> normalize the tree
> The 2to3 parser is very line oriented - only the try/except logic uses
> blocks (I think).

Yes. Sorry that was a brain seg fault. :)

>
> There haven't been any objection so I've assigned this to myself and
> I'll check it in and close it soonish.

Add an example example.py while you're at it.
>
> ----------
> assignee: collinwinter -> jackdied
>
> _______________________________________
> Python tracker <[EMAIL PROTECTED]>
> <http://bugs.python.org/issue2366>
> _______________________________________
>

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2366>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to