◐ Shell
clean mode source ↗

Message 308117 - Python tracker

Message308117

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