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
90df06e5
Kaydet (Commit)
90df06e5
authored
May 13, 2006
tarafından
George Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add \exception markup
üst
2b161d90
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
libthread.tex
Doc/lib/libthread.tex
+2
-2
libtokenize.tex
Doc/lib/libtokenize.tex
+1
-1
No files found.
Doc/lib/libthread.tex
Dosyayı görüntüle @
90df06e5
...
...
@@ -44,8 +44,8 @@ then the thread exits (but other threads continue to run).
\end{funcdesc}
\begin{funcdesc}
{
interrupt
_
main
}{}
Raise a
KeyboardInterrupt in the main thread. A subthread can use this
function to interrupt the main thread.
Raise a
\exception
{
KeyboardInterrupt
}
exception in the main thread. A subthread
can use this
function to interrupt the main thread.
\versionadded
{
2.3
}
\end{funcdesc}
...
...
Doc/lib/libtokenize.tex
Dosyayı görüntüle @
90df06e5
...
...
@@ -47,7 +47,7 @@ An older entry point is retained for backward compatibility:
call to the function should return one line of input as a string.
Alternately,
\var
{
readline
}
may be a callable object that signals
completion by raising
\exception
{
StopIteration
}
.
\versionchanged
[Added
StopIteration
support]
{
2.5
}
\versionchanged
[Added
\exception{StopIteration}
support]
{
2.5
}
The second parameter,
\var
{
tokeneater
}
, must also be a callable
object. It is called once for each token, with five arguments,
...
...
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