This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author numerodix
Recipients ezio.melotti, numerodix
Date 2013-10-20.13:12:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382274739.47.0.990003386294.issue19316@psf.upfronthosting.co.za>
In-reply-to
Content
- As for handling the line number on which a statement is defined, is handled by compiler_visit_stmt() and thus is not a worry.

I don't understand the final clause here. What is not a worry and why would it be a worry?

The grammar is awkward as well.
History
Date User Action Args
2013-10-20 13:12:19numerodixsetrecipients: + numerodix, ezio.melotti
2013-10-20 13:12:19numerodixsetmessageid: <1382274739.47.0.990003386294.issue19316@psf.upfronthosting.co.za>
2013-10-20 13:12:19numerodixlinkissue19316 messages
2013-10-20 13:12:19numerodixcreate