barneygale / pathlib-abc

Python base classes for rich path objects
Other
23 stars 1 forks source link

Do not normalize paths by default #13

Closed barneygale closed 6 months ago

barneygale commented 7 months ago

Path normalization should be user-defined, and so PurePathBase should not normalize alternate separators, UNC roots, empty segments, nor . segments. Baseline behaviour should follow pathmod.join() and pathmod.split().