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 martin.panter
Recipients David.Edelsohn, Michael.Felt, aixtools@gmail.com, martin.panter
Date 2016-08-27.07:11:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472281877.65.0.784853080252.issue26439@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation is in RST format in the Doc/ directory. For basic stuff, you can just copy the syntax from existing text, or see e.g. <https://docs.python.org/devguide/documenting.html#restructuredtext-primer> for more hints. For this change, I think we need to mention in Doc/library/ctypes.rst:

* the special AIX changes for find_library(); include “.. versionchanged::” (or maybe versionadded? I’m not sure) notice
* the change for the CDLL constructor, also with versionchanged

Perhaps also add an entry to Doc/whatsnew/3.6.rst.

Patch 160823 does not addressed many of my previous comments. Please have a closer look. I can make simple changes to simplify the code myself, but I don’t really know what to do about the questionable regular expressions, for instance.

Also, see <https://bugs.python.org/issue26439#msg268885>. What was wrong with the cases supported by your original patches?
History
Date User Action Args
2016-08-27 07:11:17martin.pantersetrecipients: + martin.panter, David.Edelsohn, Michael.Felt, aixtools@gmail.com
2016-08-27 07:11:17martin.pantersetmessageid: <1472281877.65.0.784853080252.issue26439@psf.upfronthosting.co.za>
2016-08-27 07:11:17martin.panterlinkissue26439 messages
2016-08-27 07:11:17martin.pantercreate