On Tue, 12 Jul 2016 at 02:27 Victor Stinner <victor.stin...@gmail.com> wrote:
> Hi, > > I see many PEPs accepted for Python 3.6, or stil in draft status, but > only a few final PEPs. What is happening? > > [SNIP] > > "PEP 519 -- Adding a file system path protocol" > https://www.python.org/dev/peps/pep-0519/ > => accepted > > [SNIP] > > It looks like os.fspath() exists, so the PEP is implemented. Its > status should be Final, but the PEP should also be mentioned in What's > New in Python 3.6 please. > I'm gong to mark the PEP as final once we finish implementing it (still need to update os.path: http://bugs.python.org/issue27182). Considering we have updated the PEP once already based on implementation lessons I don't want to rush flipping its state. As for not being in What's New, I have a tracking issue and that doesn't need to happen by b1 so I'm not spending time on it yet ( http://bugs.python.org/issue27283). -Brett
_______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com