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
eba00041
Kaydet (Commit)
eba00041
authored
Nis 08, 2008
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typographical fix: 32bit -> 32-bit, 64bit -> 64-bit
üst
5b1070a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
_winreg.c
PC/_winreg.c
+4
-4
No files found.
PC/_winreg.c
Dosyayı görüntüle @
eba00041
...
...
@@ -291,20 +291,20 @@ PyDoc_STRVAR(SetValueEx_doc,
"the configuration registry. This helps the registry perform efficiently."
);
PyDoc_STRVAR
(
DisableReflectionKey_doc
,
"Disables registry reflection for 32
bit processes running on a 64
bit
\n
"
"Disables registry reflection for 32
-bit processes running on a 64-
bit
\n
"
"Operating System. Will generally raise NotImplemented if executed on
\n
"
"a 32bit Operating System.
\n
"
"a 32
-
bit Operating System.
\n
"
"If the key is not on the reflection list, the function succeeds but has no effect.
\n
"
"Disabling reflection for a key does not affect reflection of any subkeys."
);
PyDoc_STRVAR
(
EnableReflectionKey_doc
,
"Restores registry reflection for the specified disabled key.
\n
"
"Will generally raise NotImplemented if executed on a 32bit Operating System.
\n
"
"Will generally raise NotImplemented if executed on a 32
-
bit Operating System.
\n
"
"Restoring reflection for a key does not affect reflection of any subkeys."
);
PyDoc_STRVAR
(
QueryReflectionKey_doc
,
"bool = QueryReflectionKey(hkey) - Determines the reflection state for the specified key.
\n
"
"Will generally raise NotImplemented if executed on a 32bit Operating System.
\n
"
);
"Will generally raise NotImplemented if executed on a 32
-
bit Operating System.
\n
"
);
/* PyHKEY docstrings */
PyDoc_STRVAR
(
PyHKEY_doc
,
...
...
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