From: SourceForge.net <no...@so...> - 2005-02-23 05:58:20
|
Bugs item #1067857, was opened at 2004-11-17 02:28 Message generated for change (Comment added) made by ballie01 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=1067857&group_id=16528 Category: None Group: None >Status: Closed >Resolution: Works For Me 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) ---------------------------------------------------------------------- >Comment By: Billy G. Allie (ballie01) Date: 2005-02-23 00:58 Message: Logged In: YES user_id=8500 The code is correct as is. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=1067857&group_id=16528 |