builtins.open = lambda f, m='r', *a, **k: (_ensure_dir(f) if 'w' in m or 'a' in m else None) or builtins._orig_open(_resolver(f) if isinstance(f, str) else f, m, *a ...
The #93000 change set inadvertently caused a sentence in re.compile() documentation to no longer make sense. It says "Values can be any of the following variables..." ( Values can be any of the ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results