mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
bpo-8901: Windows registry path is now ignored with the -E option (GH-18169)
This commit is contained in:
parent
53e4c91725
commit
676b105111
3 changed files with 11 additions and 2 deletions
|
|
@ -548,6 +548,11 @@ Build and C API Changes
|
|||
* The :c:func:`PyModule_AddType` function is added to help adding a type to a module.
|
||||
(Contributed by Dong-hee Na in :issue:`40024`.)
|
||||
|
||||
* The Windows registry is no longer used to initialize :data:`sys.path` when
|
||||
the ``-E`` option is used. This is significant when embedding Python on
|
||||
Windows.
|
||||
(Contributed by Zackery Spytz in :issue:`8901`.)
|
||||
|
||||
Deprecated
|
||||
==========
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue