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
574b1d6a
Kaydet (Commit)
574b1d6a
authored
Eki 01, 2009
tarafından
Mark Dickinson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More versionadded/versionchanged fixes
üst
4035aace
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
http.client.rst
Doc/library/http.client.rst
+1
-1
select.rst
Doc/library/select.rst
+1
-1
site.rst
Doc/library/site.rst
+3
-3
No files found.
Doc/library/http.client.rst
Dosyayı görüntüle @
574b1d6a
...
@@ -384,7 +384,7 @@ HTTPConnection Objects
...
@@ -384,7 +384,7 @@ HTTPConnection Objects
Set the debugging level (the amount of debugging output printed). The default
Set the debugging level (the amount of debugging output printed). The default
debug level is ``0``, meaning no debugging output is printed.
debug level is ``0``, meaning no debugging output is printed.
.. versionadded::
2.7
.. versionadded::
3.1
.. method:: HTTPConnection.set_tunnel(host, port=None)
.. method:: HTTPConnection.set_tunnel(host, port=None)
...
...
Doc/library/select.rst
Dosyayı görüntüle @
574b1d6a
...
@@ -100,7 +100,7 @@ The module defines the following:
...
@@ -100,7 +100,7 @@ The module defines the following:
of up to :const:`PIPE_BUF` bytes.
of up to :const:`PIPE_BUF` bytes.
This value is guaranteed by POSIX to be at least 512. Availability: Unix.
This value is guaranteed by POSIX to be at least 512. Availability: Unix.
.. versionadded::
2.7
.. versionadded::
3.2
.. _epoll-objects:
.. _epoll-objects:
...
...
Doc/library/site.rst
Dosyayı görüntüle @
574b1d6a
...
@@ -120,7 +120,7 @@ empty, and the path manipulations are skipped; however the import of
...
@@ -120,7 +120,7 @@ empty, and the path manipulations are skipped; however the import of
Returns a list containing all global site-packages directories
Returns a list containing all global site-packages directories
(and possibly site-python).
(and possibly site-python).
.. versionadded::
2.7
.. versionadded::
3.2
.. function:: getuserbase()
.. function:: getuserbase()
...
@@ -130,7 +130,7 @@ empty, and the path manipulations are skipped; however the import of
...
@@ -130,7 +130,7 @@ empty, and the path manipulations are skipped; however the import of
variable ``USER_BASE`` is not initialized yet, this function will also set
variable ``USER_BASE`` is not initialized yet, this function will also set
it.
it.
.. versionadded::
2.7
.. versionadded::
3.2
.. function:: getusersitepackages()
.. function:: getusersitepackages()
...
@@ -139,7 +139,7 @@ empty, and the path manipulations are skipped; however the import of
...
@@ -139,7 +139,7 @@ empty, and the path manipulations are skipped; however the import of
If the global variable ``USER_SITE`` is not initialized yet, this
If the global variable ``USER_SITE`` is not initialized yet, this
function will also set it.
function will also set it.
.. versionadded::
2.7
.. versionadded::
3.2
.. XXX Update documentation
.. XXX Update documentation
.. XXX document python -m site --user-base --user-site
.. XXX document python -m site --user-base --user-site
...
...
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