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 akuchling
Recipients akuchling, aronacher, vinay.sajip
Date 2012-11-04.00:03:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351987395.27.0.425788214544.issue14713@psf.upfronthosting.co.za>
In-reply-to
Content
Duplicate of #9974.  The tokenizer is choking on lines that end in '\'.  So even this can't be parsed:

a = 1 + \
   2
History
Date User Action Args
2012-11-04 00:03:15akuchlingsetrecipients: + akuchling, vinay.sajip, aronacher
2012-11-04 00:03:15akuchlingsetmessageid: <1351987395.27.0.425788214544.issue14713@psf.upfronthosting.co.za>
2012-11-04 00:03:15akuchlinglinkissue14713 messages
2012-11-04 00:03:15akuchlingcreate