`pathlin.Path` reading and writing of files could be a good addition to the Files sections. ```python from pathlib import Path Path('/tmp/names.txt').write_text('Paul\r\nJohn\n') ```