c637402081
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
4 lines
191 B
Text
4 lines
191 B
Text
The conditional context manager comes handy when you always want to execute a
|
|
with-block but only conditionally want to apply its context manager.
|
|
|
|
WWW: https://pypi.org/project/conditional/
|