Patches item #1768976, was opened at 2007-08-06 22:19 Message generated for change (Comment added) made by nnorwitz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1768976&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Macintosh Group: Python 3000 >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Antti Rasinen (arsatiki) >Assigned to: Neal Norwitz (nnorwitz) Summary: Fix for failing test_scriptpackages in py3k-struni Initial Comment: The test failed because the imported aetools-module compared types directly instead of using isinstance. Fixed that and removed from types import * as well. ---------------------------------------------------------------------- >Comment By: Neal Norwitz (nnorwitz) Date: 2007-08-06 22:42 Message: Logged In: YES user_id=33168 Originator: NO Thanks! I can't test this one right now, but it looks good. Committed revision 56791. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1768976&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
