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 christian.heimes
Recipients Matúš Valo, christian.heimes
Date 2017-12-12.11:28:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513078123.3.0.213398074469.issue32287@psf.upfronthosting.co.za>
In-reply-to
Content
The msvcrt module is part of the standard library on Windows. Your cygwin installation may be incomplete.

By the way, why are you importing a private module? _pyio isn't a public API and shouldn't be used.
History
Date User Action Args
2017-12-12 11:28:43christian.heimessetrecipients: + christian.heimes, Matúš Valo
2017-12-12 11:28:43christian.heimessetmessageid: <1513078123.3.0.213398074469.issue32287@psf.upfronthosting.co.za>
2017-12-12 11:28:43christian.heimeslinkissue32287 messages
2017-12-12 11:28:43christian.heimescreate