Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
3b3a7c01
Kaydet (Commit)
3b3a7c01
authored
Ara 08, 2016
tarafından
Steve Dower
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #28896: Deprecate WindowsRegistryFinder
üst
808e47ee
20367420
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
0 deletions
+18
-0
importlib.rst
Doc/library/importlib.rst
+4
-0
windows.rst
Doc/using/windows.rst
+8
-0
3.6.rst
Doc/whatsnew/3.6.rst
+4
-0
NEWS
Misc/NEWS
+2
-0
No files found.
Doc/library/importlib.rst
Dosyayı görüntüle @
3b3a7c01
...
@@ -806,6 +806,10 @@ find and load modules.
...
@@ -806,6 +806,10 @@ find and load modules.
.. versionadded:: 3.3
.. versionadded:: 3.3
.. deprecated:: 3.6
Use :mod:`site` configuration instead. Future versions of Python may
not enable this finder by default.
.. class:: PathFinder
.. class:: PathFinder
...
...
Doc/using/windows.rst
Dosyayı görüntüle @
3b3a7c01
...
@@ -823,6 +823,14 @@ non-standard paths in the registry and user site-packages.
...
@@ -823,6 +823,14 @@ non-standard paths in the registry and user site-packages.
* Adds ``pythonXX.zip`` as a potential landmark when directly adjacent
* Adds ``pythonXX.zip`` as a potential landmark when directly adjacent
to the executable.
to the executable.
.. deprecated::
3.6
Modules specified in the registry under ``Modules`` (not ``PythonPath``)
may be imported by :class:`importlib.machinery.WindowsRegistryFinder`.
This finder is enabled on Windows in 3.6.0 and earlier, but may need to
be explicitly added to :attr:`sys.meta_path` in the future.
Additional modules
Additional modules
==================
==================
...
...
Doc/whatsnew/3.6.rst
Dosyayı görüntüle @
3b3a7c01
...
@@ -1938,6 +1938,10 @@ are now deprecated. They were the only remaining implementations of
...
@@ -1938,6 +1938,10 @@ are now deprecated. They were the only remaining implementations of
been deprecated in previous versions of Python in favour of
been deprecated in previous versions of Python in favour of
:meth:`importlib.abc.Loader.exec_module`.
:meth:`importlib.abc.Loader.exec_module`.
The :class:`importlib.machinery.WindowsRegistryFinder` class is now
deprecated. As of 3.6.0, it is still added to :attr:`sys.meta_path` by
default (on Windows), but this may change in future releases.
os
os
~~
~~
...
...
Misc/NEWS
Dosyayı görüntüle @
3b3a7c01
...
@@ -457,6 +457,8 @@ Library
...
@@ -457,6 +457,8 @@ Library
Windows
Windows
-------
-------
- Issue #28896: Deprecate WindowsRegistryFinder
- Issue #28522: Fixes mishandled buffer reallocation in getpathp.c
- Issue #28522: Fixes mishandled buffer reallocation in getpathp.c
- Issue #28402: Adds signed catalog files for stdlib on Windows.
- Issue #28402: Adds signed catalog files for stdlib on Windows.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment