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
4d5195ba
Kaydet (Commit)
4d5195ba
authored
Nis 20, 2010
tarafından
Ezio Melotti
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix two versionchanged.
üst
b8f7ea6c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
logging.rst
Doc/library/logging.rst
+1
-1
ssl.rst
Doc/library/ssl.rst
+1
-1
No files found.
Doc/library/logging.rst
Dosyayı görüntüle @
4d5195ba
...
@@ -2497,7 +2497,7 @@ methods of :class:`Logger`, i.e. :meth:`debug`, :meth:`info`, :meth:`warning`,
...
@@ -2497,7 +2497,7 @@ methods of :class:`Logger`, i.e. :meth:`debug`, :meth:`info`, :meth:`warning`,
methods
have
the
same
signatures
as
their
counterparts
in
:
class
:`
Logger
`,
so
methods
have
the
same
signatures
as
their
counterparts
in
:
class
:`
Logger
`,
so
you
can
use
the
two
types
of
instances
interchangeably
.
you
can
use
the
two
types
of
instances
interchangeably
.
..
versionchanged
::
2.7
..
versionchanged
::
3.2
The
:
meth
:`
isEnabledFor
`
method
was
added
to
:
class
:`
LoggerAdapter
`.
This
method
The
:
meth
:`
isEnabledFor
`
method
was
added
to
:
class
:`
LoggerAdapter
`.
This
method
delegates
to
the
underlying
logger
.
delegates
to
the
underlying
logger
.
...
...
Doc/library/ssl.rst
Dosyayı görüntüle @
4d5195ba
...
@@ -141,7 +141,7 @@ Functions, Constants, and Exceptions
...
@@ -141,7 +141,7 @@ Functions, Constants, and Exceptions
normal EOF in response to unexpected EOF errors raised from the underlying
normal EOF in response to unexpected EOF errors raised from the underlying
socket; if :const:`False`, it will raise the exceptions back to the caller.
socket; if :const:`False`, it will raise the exceptions back to the caller.
.. versionchanged::
2.7
.. versionchanged::
3.2
New optional argument *ciphers*.
New optional argument *ciphers*.
.. function:: RAND_status()
.. function:: RAND_status()
...
...
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