Patches item #1440660, was opened at 2006-03-01 00:07 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=1440660&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: Library (Lib) Group: Python 2.5 Status: Open Resolution: None Priority: 5 Submitted By: splitscreen (splitscreen) Assigned to: Nobody/Anonymous (nobody) Summary: Stop help() crashing with incorrect privileges Initial Comment: When in the interactive help() menu, trying to access a module with the 'modules html' comannd the menu will miss an exception. This patch catches the exception, notifies the user and simply 'skips' the module that the user does not have permission to use (i.e read permission of a file within the module). See bug report #1438537 for deatails. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1440660&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
