Re: [Python-Dev] Removing the provisional label from pathlib

2016-05-23 Thread Chris Barker
On Mon, May 23, 2016 at 10:13 AM, Brett Cannon wrote: > 3.5 is still getting bugfixes: > https://docs.python.org/devguide/#status-of-python-branches > > As for backporting __fspath__() for pathlib, you can easily write your own > subclass that adds it. And since the stdlib won't be updated in 3.5

Re: [Python-Dev] Removing the provisional label from pathlib

2016-05-23 Thread Brett Cannon
On Mon, May 23, 2016, 09:55 Chris Barker wrote: > On Fri, May 20, 2016 at 11:42 AM, Brett Cannon wrote: > >> >> WFM. I'll let 3.4 and 3.5 just stay as they are and make all PEP 519 >> changes a 3.6 thing. >> > > I'd like to see it in 3.5 if we could do that -- that'll be available for > operatio

Re: [Python-Dev] Removing the provisional label from pathlib

2016-05-23 Thread Chris Barker
On Fri, May 20, 2016 at 11:42 AM, Brett Cannon wrote: > > WFM. I'll let 3.4 and 3.5 just stay as they are and make all PEP 519 > changes a 3.6 thing. > I'd like to see it in 3.5 if we could do that -- that'll be available for operational code a lot sooner than 3.6, and it's still in active maint