cpython: 835007ccf2b0 (original) (raw)

--- a/Doc/library/pathlib.rst +++ b/Doc/library/pathlib.rst @@ -439,9 +439,9 @@ Pure paths provide the following methods .. method:: PurePath.is_reserved()

.. method:: PurePath.match(pattern)

.. method:: Path.is_dir()

.. method:: Path.is_file()

.. method:: Path.is_symlink()

.. method:: Path.is_socket()

.. method:: Path.is_fifo()

.. method:: Path.is_block_device()

.. method:: Path.is_char_device()

@@ -755,8 +755,8 @@ call fails (for example because the path combined with the process' umask value to determine the file mode and access flags. If the path already exists, :exc:OSError is raised.

@@ -841,7 +841,7 @@ call fails (for example because the path .. method:: Path.symlink_to(target, target_is_directory=False) Make this path a symbolic link to target. Under Windows,