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 jwilk
Recipients docs@python, jwilk
Date 2013-05-20.21:06:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369083997.94.0.835709293593.issue18026@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/3/library/ctypes.html#finding-shared-libraries reads:
"If wrapping a shared library with ctypes, it may be better to determine the shared library name at development type, and hardcode ..."

Shouldn't that be "... at development time, ..."?
History
Date User Action Args
2013-05-20 21:06:37jwilksetrecipients: + jwilk, docs@python
2013-05-20 21:06:37jwilksetmessageid: <1369083997.94.0.835709293593.issue18026@psf.upfronthosting.co.za>
2013-05-20 21:06:37jwilklinkissue18026 messages
2013-05-20 21:06:37jwilkcreate