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 benjamin.peterson
Recipients benjamin.peterson, kozmof
Date 2015-12-24.07:02:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450940537.65.0.419234812372.issue25938@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 2, input() is basically equivalent to eval(raw_input()). In Python 3, input() is the same as raw_input() in Python 2. This explains the difference.
History
Date User Action Args
2015-12-24 07:02:17benjamin.petersonsetrecipients: + benjamin.peterson, kozmof
2015-12-24 07:02:17benjamin.petersonsetmessageid: <1450940537.65.0.419234812372.issue25938@psf.upfronthosting.co.za>
2015-12-24 07:02:17benjamin.petersonlinkissue25938 messages
2015-12-24 07:02:17benjamin.petersoncreate