mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
Issue #18807: If copying (no symlinks) specified for a venv, then the python interpreter aliases (python, python3) are now created by copying rather than symlinking.
This commit is contained in:
parent
3207a03035
commit
432810f9f3
2 changed files with 8 additions and 1 deletions
|
|
@ -18,6 +18,10 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #18807: If copying (no symlinks) specified for a venv, then the python
|
||||
interpreter aliases (python, python3) are now created by copying rather than
|
||||
symlinking.
|
||||
|
||||
- Issue #14710: pkgutil.get_loader() no longer raises an exception when None is
|
||||
found in sys.modules.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue