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 Trundle
Recipients Trundle, techtonik
Date 2011-03-22.23:12:52
SpamBayes Score 0.079894125
Marked as misclassified No
Message-id <1300835573.46.0.203822211094.issue11641@psf.upfronthosting.co.za>
In-reply-to
Content
`input()` in Python 3 is the same as `raw_input()` in Python 2. It does not evaluate the input as Python code.
History
Date User Action Args
2011-03-22 23:12:53Trundlesetrecipients: + Trundle, techtonik
2011-03-22 23:12:53Trundlesetmessageid: <1300835573.46.0.203822211094.issue11641@psf.upfronthosting.co.za>
2011-03-22 23:12:52Trundlelinkissue11641 messages
2011-03-22 23:12:52Trundlecreate