[issue3738] logging.Handler.close does something

2008-09-01 Thread Vinay Sajip
Vinay Sajip <[EMAIL PROTECTED]> added the comment: Documentation fix checked in. The current behaviour is by design - but the documentation was wrong and needed fixing. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECT

[issue3738] logging.Handler.close does something

2008-08-31 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- assignee: georg.brandl -> vsajip nosy: +vsajip ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3738] logging.Handler.close does something

2008-08-30 Thread David W. Lambert
New submission from David W. Lambert <[EMAIL PROTECTED]>: Library documents claim that logging.Handler.close does nothing, but the source code shows otherwise---it removes itself from the internal handler list. The error propagates treelike through the subclasses. (I found references to clos