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
5dc1fb3e
Kaydet (Commit)
5dc1fb3e
authored
Ara 07, 2016
tarafından
Steve Dower
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #28896: Deprecate WindowsRegistryFinder
(grafted from 25df9671663b5f8b1560d58d8842f9676f6dffc2)
üst
b5e688a8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
0 deletions
+27
-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
+11
-0
No files found.
Doc/library/importlib.rst
Dosyayı görüntüle @
5dc1fb3e
...
...
@@ -806,6 +806,10 @@ find and load modules.
.. versionadded:: 3.3
.. deprecated:: 3.6
Use :mod:`site` configuration instead. Future versions of Python may
not enable this finder by default.
.. class:: PathFinder
...
...
Doc/using/windows.rst
Dosyayı görüntüle @
5dc1fb3e
...
...
@@ -823,6 +823,14 @@ non-standard paths in the registry and user site-packages.
* Adds ``pythonXX.zip`` as a potential landmark when directly adjacent
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
==================
...
...
Doc/whatsnew/3.6.rst
Dosyayı görüntüle @
5dc1fb3e
...
...
@@ -1938,6 +1938,10 @@ are now deprecated. They were the only remaining implementations of
been deprecated in previous versions of Python in favour of
: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
~~
...
...
Misc/NEWS
Dosyayı görüntüle @
5dc1fb3e
...
...
@@ -2,6 +2,17 @@
Python
News
+++++++++++
What
's New in Python 3.6.0 release candidate 2
==============================================
*Release date: XXXX-XX-XX*
Windows
-------
- Issue #28896: Deprecate WindowsRegistryFinder
What'
s
New
in
Python
3.6.0
release
candidate
1
==============================================
...
...
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