Patches item #1177597, was opened at 2005-04-06 10:37 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1177597&group_id=5470
Category: Demos and tools Group: None Status: Open Resolution: None Priority: 5 Submitted By: engelbert gruber (grubert) Assigned to: Nobody/Anonymous (nobody) Summary: Complex commented Initial Comment: i ran pychecker over Complex.py 1. "i is not defined": in the constructor, but __init__ looks strange to me, so i only made a comment and changed the second if to elif. 2. "sys" is not defined: in __hash__, moved import sys to the top. 3. "re" and "im" attributes dont exist: probably a pychecker problem, but i did add a comment. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1177597&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
