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 Joshua.Landau
Recipients Joshua.Landau, benjamin.peterson, loewis, wim.glenn
Date 2014-06-03.17:04:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401815043.16.0.429167199026.issue21642@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a minimal example of the difference:

    1e
    #>>> ... etc ...
    #>>> SyntaxError: invalid token

    1t
    #>>> ... etc ...
    #>>> SyntaxError: invalid syntax
History
Date User Action Args
2014-06-03 17:04:03Joshua.Landausetrecipients: + Joshua.Landau, loewis, benjamin.peterson, wim.glenn
2014-06-03 17:04:03Joshua.Landausetmessageid: <1401815043.16.0.429167199026.issue21642@psf.upfronthosting.co.za>
2014-06-03 17:04:03Joshua.Landaulinkissue21642 messages
2014-06-03 17:04:03Joshua.Landaucreate