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
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
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
;__name__', '__package__']
>>> import foo
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named foo
>>> dir()
['__builtins__', '__doc__', '__name__', '__package__',
'__warningregist