Proposal to Add New Method to List Object: Mutable Sequence Types

2009-05-13 Thread VenkataRamaKrishna Boddu
Hi All, This is my first mail to python-list. I just want to propose the idea of introducing a new method for the List Object in similar lines of Dictionary Object has_key method. See my below code, It always produces the ValueError, if I want to check whether an item is present or not, then t

Disabling Logging Handler for a Second

2009-05-22 Thread VenkataRamaKrishna Boddu
Hi All, Is there any way, I can disable one logging Handler, while other Log Handler are still available for servicing. Please see the below code. It explains my Problem better. I actually reduce the size of problem, to make it understandable faster