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
049fd900
Kaydet (Commit)
049fd900
authored
Ock 11, 2006
tarafından
Fredrik Lundh
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
added a few missing \versionadded{2.3} tags
üst
9ad69637
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
libmodulefinder.tex
Doc/lib/libmodulefinder.tex
+2
-0
libpickletools.tex
Doc/lib/libpickletools.tex
+2
-0
libstringprep.tex
Doc/lib/libstringprep.tex
+2
-0
No files found.
Doc/lib/libmodulefinder.tex
Dosyayı görüntüle @
049fd900
...
@@ -5,6 +5,8 @@
...
@@ -5,6 +5,8 @@
\declaremodule
{
standard
}{
modulefinder
}
\declaremodule
{
standard
}{
modulefinder
}
\modulesynopsis
{
Find modules used by a script.
}
\modulesynopsis
{
Find modules used by a script.
}
\versionadded
{
2.3
}
This module provides a
\class
{
ModuleFinder
}
class that can be used to
This module provides a
\class
{
ModuleFinder
}
class that can be used to
determine the set of modules imported by a script.
determine the set of modules imported by a script.
\code
{
modulefinder.py
}
can also be run as a script, giving the
\code
{
modulefinder.py
}
can also be run as a script, giving the
...
...
Doc/lib/libpickletools.tex
Dosyayı görüntüle @
049fd900
...
@@ -3,6 +3,8 @@
...
@@ -3,6 +3,8 @@
\declaremodule
{
standard
}{
pickletools
}
\declaremodule
{
standard
}{
pickletools
}
\modulesynopsis
{
Contains extensive comments about the pickle protocols and pickle-machine opcodes, as well as some useful functions.
}
\modulesynopsis
{
Contains extensive comments about the pickle protocols and pickle-machine opcodes, as well as some useful functions.
}
\versionadded
{
2.3
}
This module contains various constants relating to the intimate
This module contains various constants relating to the intimate
details of the
\refmodule
{
pickle
}
module, some lengthy comments about
details of the
\refmodule
{
pickle
}
module, some lengthy comments about
the implementation, and a few useful functions for analyzing pickled
the implementation, and a few useful functions for analyzing pickled
...
...
Doc/lib/libstringprep.tex
Dosyayı görüntüle @
049fd900
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
\moduleauthor
{
Martin v. L
\"
owis
}{
martin@v.loewis.de
}
\moduleauthor
{
Martin v. L
\"
owis
}{
martin@v.loewis.de
}
\sectionauthor
{
Martin v. L
\"
owis
}{
martin@v.loewis.de
}
\sectionauthor
{
Martin v. L
\"
owis
}{
martin@v.loewis.de
}
\versionadded
{
2.3
}
When identifying things (such as host names) in the internet, it is
When identifying things (such as host names) in the internet, it is
often necessary to compare such identifications for
often necessary to compare such identifications for
``equality''. Exactly how this comparison is executed may depend on
``equality''. Exactly how this comparison is executed may depend on
...
...
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