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 Scott Turner
Recipients Scott Turner
Date 2015-10-07.15:25:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444231519.35.0.84058018345.issue25335@psf.upfronthosting.co.za>
In-reply-to
Content
import ast
  ast.literal_eval("+3")
  Traceback (most recent call last):
  [...]
  ValueError: malformed string
History
Date User Action Args
2015-10-07 15:25:19Scott Turnersetrecipients: + Scott Turner
2015-10-07 15:25:19Scott Turnersetmessageid: <1444231519.35.0.84058018345.issue25335@psf.upfronthosting.co.za>
2015-10-07 15:25:19Scott Turnerlinkissue25335 messages
2015-10-07 15:25:19Scott Turnercreate