Skip to content

Commit f979947

Browse files
committed
Split NEWS
1 parent 9fa60eb commit f979947

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
:func:`os.path.realpath` now accepts a *strict* keyword-only argument.
2+
When set to ``True``, :exc:`FileNotFoundException` is raised if a path
3+
doesn't exist.
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
:func:`os.path.realpath` now raises :exc:`OSError` when a symlink loop is
22
encountered. Previously it returned a path with unresolved symlinks.
3-
4-
:func:`os.path.realpath` now accepts a *strict* keyword-only argument.
5-
When set to ``True``, :exc:`FileNotFoundException` is raised if a path
6-
doesn't exist.

0 commit comments

Comments
 (0)