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 Henri Starmans
Recipients Henri Starmans, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-04-10.10:16:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460283386.16.0.225166865628.issue26727@psf.upfronthosting.co.za>
In-reply-to
Content
Function find_msvcrt() returns None in Python 3.5.1, I expected
'msvcr100.dll'.

test code:
from ctypes.util import find_msvcrt
print(find_msvcrt())
History
Date User Action Args
2016-04-10 10:16:26Henri Starmanssetrecipients: + Henri Starmans, paul.moore, tim.golden, zach.ware, steve.dower
2016-04-10 10:16:26Henri Starmanssetmessageid: <1460283386.16.0.225166865628.issue26727@psf.upfronthosting.co.za>
2016-04-10 10:16:25Henri Starmanslinkissue26727 messages
2016-04-10 10:16:25Henri Starmanscreate