Issue 1440660: Stop help() crashing with incorrect privileges (original) (raw)

Issue1440660

Created on 2006-03-01 00:07 by splitscreen, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
module_perm.diff splitscreen,2006-03-01 00:07 SVN diff against current trunk
Messages (2)
msg49617 - (view) Author: Matt Fleming (splitscreen) Date: 2006-03-01 00:07
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.
msg49618 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-03-08 09:35
Logged In: YES user_id=849994 Committed (without print) in 42912, 42913 (2.4).
History
Date User Action Args
2022-04-11 14:56:15 admin set github: 42957
2006-03-01 00:07:34 splitscreen create