Skip to content

Commit dc59676

Browse files
committed
add doc update
1 parent 2c8d53f commit dc59676

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Doc/library/venv.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,12 @@ creation according to their needs, the :class:`EnvBuilder` class.
448448
On POSIX systems, if a specific executable ``python3.x`` was used,
449449
symlinks to ``python`` and ``python3`` will be created pointing to that
450450
executable, unless files with those names already exist.
451+
On POSIX systems, a broken symlink at a destination path is removed
452+
before the copy or symlink is created.
453+
454+
.. versionchanged:: next
455+
A broken symlink at a destination path is now removed and replaced.
456+
Previously it was left in place, or it made the copy fail.
451457

452458
.. method:: setup_scripts(context)
453459

0 commit comments

Comments
 (0)