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-09.14:00:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462802425.91.0.755333518249.issue26439@psf.upfronthosting.co.za>
In-reply-to
Content
New version of aixutil.py

++ Changes ++
* more comments
* re-worked the 'searches' for matches after adding changing the way
the output from _get_dumpH was read (now to an array using readlines).
Also, p.stdout.close() and p.wait() are done within the _get_dumpH routine.

Suggestions on how to have cleaner workings with the 'arrays of text' and searching through them is welcomed! It is passing the internal tests is all I will say for now.
History
Date User Action Args
2016-05-09 14:00:26Michael.Feltsetrecipients: + Michael.Felt, martin.panter, David.Edelsohn
2016-05-09 14:00:25Michael.Feltsetmessageid: <1462802425.91.0.755333518249.issue26439@psf.upfronthosting.co.za>
2016-05-09 14:00:25Michael.Feltlinkissue26439 messages
2016-05-09 14:00:25Michael.Feltcreate