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
eb011cb8
Kaydet (Commit)
eb011cb8
authored
Mar 31, 2015
tarafından
Victor Stinner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
What's New in Python 3.5, PEP 475: mention modified signal functions
üst
58e4134a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
signal.rst
Doc/library/signal.rst
+2
-2
3.5.rst
Doc/whatsnew/3.5.rst
+1
-0
No files found.
Doc/library/signal.rst
Dosyayı görüntüle @
eb011cb8
...
...
@@ -428,8 +428,8 @@ The :mod:`signal` module defines the following functions:
.. versionadded:: 3.3
.. versionchanged:: 3.5
The function is now retried with the recomputed
timeout if interrupted by
a signal not in *sigset* and the signal handler does not raise an
The function is now retried with the recomputed
*timeout* if interrupted
by
a signal not in *sigset* and the signal handler does not raise an
exception (see :pep:`475` for the rationale).
...
...
Doc/whatsnew/3.5.rst
Dosyayı görüntüle @
eb011cb8
...
...
@@ -630,6 +630,7 @@ Changes in the Python API
- :func:`os.read`, :func:`os.write`
- :func:`select.select`, :func:`select.poll.poll`, :func:`select.epoll.poll`,
:func:`select.kqueue.control`, :func:`select.devpoll.poll`
- :func:`signal.sigtimedwait`, :func:`signal.sigwaitinfo`
- :func:`time.sleep`
* Before Python 3.5, a :class:`datetime.time` object was considered to be false
...
...
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