Jan. 4, 2014
10: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.