[PEAK] Major update to generic functions in CVS
Phillip J. Eby
pje at telecommunity.com
Wed Apr 27 02:23:45 EDT 2005
At 10:09 AM 4/26/05 +0200, Radek Kanovsky wrote:
>One small omission:
>
>--- src/dispatch/strategy.py 2005-04-26 09:47:55.000000000 +0200
>+++ src/dispatch/strategy.py 2005-04-26 09:56:58.000000000 +0200
>@@ -811,7 +811,7 @@
>
>
> def __repr__(self):
>- return 'Inequality("..",%r)' % (self.subject,)
>+ return 'Inequality("..",%r)' % (self.ranges,)
Thanks; it's fixed in CVS now.
More information about the PEAK
mailing list