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
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