From 97e820b228174a1e30c1859f0fae38c14ccb8465 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 10 Jun 2016 14:39:51 -0700 Subject: [PATCH] Update PEP 519 for DirEntry work --- pep-0519.txt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/pep-0519.txt b/pep-0519.txt index ee56d8fe5..7ccfed246 100644 --- a/pep-0519.txt +++ b/pep-0519.txt @@ -342,13 +342,8 @@ Python 3.6: #. Add ``__fspath__()`` #. Add ``os.PathLike`` support to the constructors -#. Update ``os.DirEntry`` - (`bug `__) - - #. Add ``__fspath__()`` - #. Add ``os.pathLike`` support to the constructor - #. Alias ``DirEntry`` to ``os.DirEntry`` - (`bug `__) +#. Add ``__fspath__()`` to ``DirEntry`` + (`done `__) #. Update ``builtins.open()`` (`done `__)