[issue10462] Handler.close is not called in subclass while Logger.removeHandler is called

2010-11-19 Thread Łukasz Nowak
Łukasz Nowak added the comment: Another snippet, which *WORKS* on python>=2.7, non catched exception is raised. -- Added file: http://bugs.python.org/file19641/checkerkeyint.py ___ Python tracker <http://bugs.python.org/issu

[issue10462] Handler.close is not called in subclass while Logger.removeHandler is called

2010-11-19 Thread Łukasz Nowak
Łukasz Nowak added the comment: Attached simpler version of checker. -- Added file: http://bugs.python.org/file19640/checkersimple.py ___ Python tracker <http://bugs.python.org/issue10

[issue10462] Handler.close is not called in subclass while Logger.removeHandler is called

2010-11-19 Thread Łukasz Nowak
New submission from Łukasz Nowak : Attached file produces output in MyHandler.close on python2.6.6, which is expected. But on python 2.7 and 2.7.1rc1 it produces nothing, so my handler's close method is not called. -- components: Library (Lib) files: checker.py messages: 121554