We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a594ce commit fb36a40Copy full SHA for fb36a40
Doc/library/os.path.rst
@@ -364,8 +364,8 @@ the :mod:`glob` module.)
364
The *strict* parameter was added.
365
366
.. versionchanged:: 3.10
367
- Raises :exc:`OSError` with :const:`~errno.ELOOP` when a symbolic link
368
- cycle occurs. Previously returned one member of the cycle.
+ Raises :exc:`OSError` when a symbolic link cycle occurs. Previously
+ returned one member of the cycle.
369
370
371
.. function:: relpath(path, start=os.curdir)
0 commit comments