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 eric.araujo
Recipients eric.araujo, jafo, meatballhat, tarek, titus
Date 2010-07-30.01:56:58
SpamBayes Score 0.16490065
Marked as misclassified No
Message-id <1280455023.08.0.623709704666.issue8591@psf.upfronthosting.co.za>
In-reply-to
Content
After speaking with a Montreal-Python hacker about my use case and reading the PyMOTW page for cmd, I think that using raw_input and print is actually the way to go. We don’t want the user to enter commands, just to answer questions.
History
Date User Action Args
2010-07-30 01:57:03eric.araujosetrecipients: + eric.araujo, jafo, titus, tarek, meatballhat
2010-07-30 01:57:03eric.araujosetmessageid: <1280455023.08.0.623709704666.issue8591@psf.upfronthosting.co.za>
2010-07-30 01:56:58eric.araujolinkissue8591 messages
2010-07-30 01:56:58eric.araujocreate