path.py v13.1.0 Release Notes

Release Date: 2019-12-01 // over 4 years ago
    • #170: Added read_text and read_bytes methods to align with pathlib behavior. Deprecated text method. If you require newline normalization of text, use jaraco.text.normalize_newlines(Path.read_text()).