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 Michael.Felt
Recipients David.Edelsohn, Michael.Felt, martin.panter
Date 2016-05-04.12:28:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462364893.1.0.316699075205.issue26439@psf.upfronthosting.co.za>
In-reply-to
Content
reworked patch. To assist port to Python3 that changes in __init__.py and util.py are minimal. There is a new file: aixutil.py

I have only tested on Python-2.7, so there may be issues for Python3. My goal is to have a single file for both versions.

The main change in util.py is lots of specific (behavior) tests that I have encountered (and initially failed) from projects using ctypes.cdll.

I feel confident that this will work "ASIS" with nearly all existing projects.

Note: normal return is not a full path name. A full path name is only returned when an archive + member could not be found, but a file with the name requested could be found. This "fullpath" is to be compatible with existing code 'demanding' unpacked archives.
History
Date User Action Args
2016-05-04 12:28:13Michael.Feltsetrecipients: + Michael.Felt, martin.panter, David.Edelsohn
2016-05-04 12:28:13Michael.Feltsetmessageid: <1462364893.1.0.316699075205.issue26439@psf.upfronthosting.co.za>
2016-05-04 12:28:13Michael.Feltlinkissue26439 messages
2016-05-04 12:28:12Michael.Feltcreate