Re: Path-like objects in the standard library

2018-08-24 Thread Terry Reedy
On 8/24/2018 5:28 AM, Paul Moore wrote: On Fri, 24 Aug 2018 at 09:57, Torsten Bronger wrote: Hallöchen! Path-like objects are accepted by all path-processing functions in the standard library since Python 3.6. Unfortunately, this is not made explicit everywhere. In particular, if I pass a P

Re: Path-like objects in the standard library

2018-08-24 Thread Paul Moore
On Fri, 24 Aug 2018 at 09:57, Torsten Bronger wrote: > > Hallöchen! > > Path-like objects are accepted by all path-processing functions in > the standard library since Python 3.6. Unfortunately, this is not > made explicit everywhere. In particular, if I pass a Path in the > first argument of su