Message 71718 - Python tracker
Message71718
| Author | jackdied |
|---|---|
| Recipients | benjamin.peterson, brett.cannon, collinwinter, jackdied, rhettinger |
| Date | 2008-08-22.02:38:05 |
| SpamBayes Score | 0.02545434 |
| Marked as misclassified | No |
| Message-id | <1219372686.94.0.49216968415.issue2366@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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). There haven't been any objection so I've assigned this to myself and I'll check it in and close it soonish. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-08-22 02:38:07 | jackdied | set | recipients: + jackdied, brett.cannon, collinwinter, rhettinger, benjamin.peterson |
| 2008-08-22 02:38:06 | jackdied | set | messageid: <1219372686.94.0.49216968415.issue2366@psf.upfronthosting.co.za> |
| 2008-08-22 02:38:06 | jackdied | link | issue2366 messages |
| 2008-08-22 02:38:05 | jackdied | create | |