Re: Removing RuntimeWarning

2006-01-14 Thread Fredrik Lundh
Lance Ellinghaus wrote: > When I use os.tempnam() I receive a RuntimeWarning. How can I not have > that show up? > > I know I should not use tempnam() and I will move away from it in the > near future, but for now I have to use it. the warnings module lets you add filters to the warnings subsyste

Removing RuntimeWarning

2006-01-14 Thread Ellinghaus, Lance
Title: Removing RuntimeWarning I have a simple question… When I use os.tempnam() I receive a RuntimeWarning. How can I not have that show up? I know I should not use tempnam() and I will move away from it in the near future, but for now I have to use it. Thank you, Lance -- http