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.smith
Recipients amaury.forgeotdarc, eric.smith, ethan.furman, techtonik, tim.golden
Date 2013-09-25.17:08:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380128899.16.0.0949032949254.issue19089@psf.upfronthosting.co.za>
In-reply-to
Content
The Windows (and before it MS-DOS) EOF character is Ctrl-Z. Try that.

Depending on the toolset you use, it might use Ctrl-D as EOF. Cygwin's python uses Ctrl-D.
History
Date User Action Args
2013-09-25 17:08:19eric.smithsetrecipients: + eric.smith, amaury.forgeotdarc, techtonik, tim.golden, ethan.furman
2013-09-25 17:08:19eric.smithsetmessageid: <1380128899.16.0.0949032949254.issue19089@psf.upfronthosting.co.za>
2013-09-25 17:08:19eric.smithlinkissue19089 messages
2013-09-25 17:08:18eric.smithcreate