Message 228713 - Python tracker
On Oct 06, 2014, at 03:43 PM, Georg Brandl wrote: >I'd rather write str(path) all over the place than having to look up in the >docs each time if that specific API happens to support passing Paths >directly. Have you tried to write a large-ish application using path objects? str-infection is definitely a disincentive to using pathlib. :/