Patches item #1159931, was opened at 2005-03-09 16:33 Message generated for change (Comment added) made by percivall You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1159931&group_id=5470
Category: Library (Lib) Group: Python 2.4 Status: Open Resolution: None Priority: 5 Submitted By: Simon Percivall (percivall) Assigned to: Nobody/Anonymous (nobody) Summary: inspect.py fix for bug #1143895 Initial Comment: inspect.getsource in CVS and coming python2.4.1 failed when functions, etc., had a comments after the colon, and some other cases. Look at bug #1143895 for more. This patch fixes this problem. ---------------------------------------------------------------------- >Comment By: Simon Percivall (percivall) Date: 2005-03-09 17:26 Message: Logged In: YES user_id=329382 Which inspect.py rev should the patch be made against? Python 2.4.0, Python 2.4 maint or Python CVS? ---------------------------------------------------------------------- Comment By: Simon Percivall (percivall) Date: 2005-03-09 16:39 Message: Logged In: YES user_id=329382 ... It fixes the comment thing, all tests pass, but it's easy to construct failing cases. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1159931&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
