Re: python -W

2022-07-12 Thread אורי
Thank you. אורי u...@speedy.net On Tue, Jul 12, 2022 at 10:09 PM MRAB wrote: > On 12/07/2022 18:39, אורי wrote: > > Is `python -W all` and `python -Wa` the same? And what are the options > > for `python -W`? I didn't find it documented. For example, I'm u

Re: python -W

2022-07-12 Thread MRAB
On 12/07/2022 18:39, אורי wrote: Is `python -W all` and `python -Wa` the same? And what are the options for `python -W`? I didn't find it documented. For example, I'm using `python -W error::DeprecationWarning` and I didn't see it documented on https://docs.python.org/3/using/c

python -W

2022-07-12 Thread אורי
Is `python -W all` and `python -Wa` the same? And what are the options for `python -W`? I didn't find it documented. For example, I'm using `python -W error::DeprecationWarning` and I didn't see it documented on https://docs.python.org/3/using/cmdline.html Is there a way to conve

Is "python -W ignore" the default?

2010-09-20 Thread rihad
;__name__', '__package__'] >>> import foo Traceback (most recent call last): File "", line 1, in ImportError: No module named foo >>> dir() ['__builtins__', '__doc__', '__name__', '__package__', '__warningregist