From: SourceForge.net <no...@so...> - 2004-11-17 07:28:16
|
Bugs item #1067857, was opened at 2004-11-17 08:28 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=1067857&group_id=16528 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Peer (peergriebel) Assigned to: Nobody/Anonymous (nobody) Summary: Parameter mimatch in PgNumeric.__rmul__ Initial Comment: Line 1598f has to read: def __rmul__(self, other): return self.__mul__(self, other) instead of: def __rmul__(self, other): return self.__mul__(other) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=1067857&group_id=16528 |