New submission from Jason Yundt :
I have a script which always produces a warning when you run it. If I import
always_warns from another script, that script will only produce a warning once.
Steps to reproduce:
$ python -W always always_warns.py
/tmp/Bug reproduction/always_warns.py:1
Change by Jason Yundt :
--
nosy: +jayman
___
Python tracker
<https://bugs.python.org/issue44510>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Jason Yundt :
The documentation talks about how assertRaises, assertRaisesRegex, assertWarns,
and assertWarnsRegex can be used as context managers. It also talks about the
attributes of those context managers. Some attributes aren't documented. For
example, the wa