updates 2001.07.03
Will Partain <[email protected]> Tue, 03 Jul 2001 20:42:09 +0100
| Newsgroups | gmane.comp.sysutils.ark.devel |
|---|---|
| Message-ID | <[email protected]> |
I checked in a few things; the CVS tree should be just about as usable as it normally is. I fixed one *horrible* bug... * utils.py (evalArkString): Use the "host context" we have in our hand; otherwise, ark.thing.ArkThing.__getattr__ will invent one -- incorrectly. and one Bug That Could Not Survive ... * xmlfile.py (ArkXmlFile.read): We must limit the exceptions we catch; otherwise, it catches things like parse errors (which we really want to hear about!). The rest was nothing too interesting. Enjoy. Will