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 tylercrompton
Recipients martin.panter, twouters, tylercrompton
Date 2016-05-06.09:45:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462527948.91.0.604156650473.issue26870@psf.upfronthosting.co.za>
In-reply-to
Content
I couldn't think of a way to test input() with the unittest module without bypassing readline or requesting the input from the user. With that said, this informal script verifies proper behavior.
History
Date User Action Args
2016-05-06 09:45:49tylercromptonsetrecipients: + tylercrompton, twouters, martin.panter
2016-05-06 09:45:48tylercromptonsetmessageid: <1462527948.91.0.604156650473.issue26870@psf.upfronthosting.co.za>
2016-05-06 09:45:48tylercromptonlinkissue26870 messages
2016-05-06 09:45:48tylercromptoncreate