Re: DPyGetOpt fixes
Will Partain <[email protected]>
| Newsgroups | gmane.comp.sysutils.ark.devel |
|---|---|
| Message-ID | <[email protected]> |
Jonathan writes: > I upgraded to Python 2.1 on my Linux box and promptly > started getting a zillion warning messages about DPyGetOpt > using the depracated 'regex' and 'regsub' packages. I > looked around for a newer version or a newer similar > package, but it appeared to be out of active maintenance > and too closely intertwined with ARK for me to extricate > it. Sounds good. (a) I would not object at all to something better/different/whatever than DPyGetOpt. (b) All ARK-ish code goes through ark.control (two separate interfaces, BTW; one "light", one very ARK-intertwined), so once you've made ark.control happy, you're done. If you're going to spend time on ARK details, there's always that old popen4 problem... :-) > As usual, I've not committed this yet ... We're ready when you are :-) Freeze and sell! (*) Will (*) A slogan from Joe Armstrong of Erlang fame.