[PEAK] Major update to generic functions in CVS
Radek Kanovsky
rk at dat.cz
Tue Apr 26 04:09:46 EDT 2005
On Sun, Apr 24, 2005 at 04:00:21AM -0400, Phillip J. Eby wrote:
> Anyway, because this was such a big set of changes to the core indexing
> procedures, it's possible that stability may be disrupted. If you have
> software that's been working well with generic functions to date, please
> try it with the latest CVS and report any bugs to me as soon as
> practical. I'd like to get this thing stable enough to be able to declare
> a 1.0a0 release for David Mertz' forthcoming article on generic
> functions. (With the "0" in this case meaning zero documentation. ;) )
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,)
RadekK
More information about the PEAK
mailing list