GRDDL.py, policy zones

was Re: keeping "how to run GRDDL test cases" somewhat separate

Dan Connolly wrote:
> Various things; for example, in our GRDDL.py implementation, this code 
> might trigger it:
> 
>        if self._zone and not addr.startswith(self._zone):
>            raise IOError, "%s outside policy zone %s" % (addr, self._zone)

Is this code public?
Can I look at it? Copy it?

I've yet to implement policy zones and would like some ideas!

Jeremy

Received on Wednesday, 14 March 2007 08:37:07 UTC