4 Jan
2014
4 Jan
'14
11:05 p.m.
What do you think about introducing this constant in the `pathlib` module: null_path = pathlib.Path('\\Device\\Null') if os.name = 'nt' else pathlib.Path('/dev/null') Thanks, Ram.