New submission from Martin Panter:

Issue 1793 added ctypes.util.find_msvcrt(), and special cases that map 
find_library("c") and "m" to the new function. However this contradicts the 
documentation 
<https://docs.python.org/3.5/library/ctypes.html#finding-shared-libraries>:

‘On Windows, . . . a call like find_library("c") will fail and return None.’

I think the documentation needs updating or clarifying.

----------
assignee: docs@python
components: Documentation, Windows, ctypes
messages: 277479
nosy: docs@python, martin.panter, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: find_library("c") defers to find_msvcrt()
versions: Python 2.7, Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28282>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to