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
13c70345
Kaydet (Commit)
13c70345
authored
May 29, 2012
tarafından
Brian Curtin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix #14943. Update the proper default value and list the proper argument names in the explanation.
üst
3aee9416
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
winreg.rst
Doc/library/winreg.rst
+3
-3
No files found.
Doc/library/winreg.rst
Dosyayı görüntüle @
13c70345
...
@@ -243,7 +243,7 @@ This module offers the following functions:
...
@@ -243,7 +243,7 @@ This module offers the following functions:
specified in *file_name* is relative to the remote computer.
specified in *file_name* is relative to the remote computer.
.. function:: OpenKey(key, sub_key, reserved=0, access=KEY_
ALL_ACCESS
)
.. function:: OpenKey(key, sub_key, reserved=0, access=KEY_
READ
)
Opens the specified key, returning a :ref:`handle object <handle-object>`.
Opens the specified key, returning a :ref:`handle object <handle-object>`.
...
@@ -252,9 +252,9 @@ This module offers the following functions:
...
@@ -252,9 +252,9 @@ This module offers the following functions:
*sub_key* is a string that identifies the sub_key to open.
*sub_key* is a string that identifies the sub_key to open.
*res* is a reserved integer, and must be zero. The default is zero.
*res
erved
* is a reserved integer, and must be zero. The default is zero.
*
sam
* is an integer that specifies an access mask that describes the desired
*
access
* is an integer that specifies an access mask that describes the desired
security access for the key. Default is :const:`KEY_READ`. See :ref:`Access
security access for the key. Default is :const:`KEY_READ`. See :ref:`Access
Rights <access-rights>` for other allowed values.
Rights <access-rights>` for other allowed values.
...
...
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