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
944d16c6
Kaydet (Commit)
944d16c6
authored
Nis 27, 2011
tarafından
Éric Araujo
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge 3.1
üst
19acb88b
9a427937
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
9 deletions
+4
-9
__future__.rst
Doc/library/__future__.rst
+1
-1
sys.rst
Doc/library/sys.rst
+2
-2
wsgiref.rst
Doc/library/wsgiref.rst
+1
-1
__init__.py
Lib/test/tracedmodules/__init__.py
+0
-5
No files found.
Doc/library/__future__.rst
Dosyayı görüntüle @
944d16c6
...
...
@@ -29,7 +29,7 @@ Each statement in :file:`__future__.py` is of the form::
where, normally, *OptionalRelease* is less than *MandatoryRelease*, and both are
5-tuples of the same form as
``sys.version_info`
`::
5-tuples of the same form as
:data:`sys.version_info
`::
(PY_MAJOR_VERSION, # the 2 in 2.1.0a3; an int
PY_MINOR_VERSION, # the 1; an int
...
...
Doc/library/sys.rst
Dosyayı görüntüle @
944d16c6
...
...
@@ -549,8 +549,8 @@ always available.
This is called ``hexversion`` since it only really looks meaningful when viewed
as the result of passing it to the built-in :func:`hex` function. The
``version_info`` value may be used for a more human-friendly encoding of the
same information.
struct sequence :data:`sys.version_info` may be used for a more human-friendly
encoding of the
same information.
The ``hexversion`` is a 32-bit number with the following layout
...
...
Doc/library/wsgiref.rst
Dosyayı görüntüle @
944d16c6
...
...
@@ -690,7 +690,7 @@ input, output, and error streams.
.. attribute:: BaseHandler.wsgi_file_wrapper
A ``wsgi.file_wrapper`` factory, or ``None``. The default value of this
attribute is the :class:`
FileWrapper` class from :mod:`wsgiref.util`
.
attribute is the :class:`
wsgiref.util.FileWrapper` class
.
.. method:: BaseHandler.sendfile()
...
...
Lib/test/tracedmodules/__init__.py
Dosyayı görüntüle @
944d16c6
...
...
@@ -2,8 +2,3 @@
that the exact location of functions in these modules is important, as trace.py
takes the real line numbers into account.
"""
"""This directory contains modules that help testing the trace.py module. Note
that the exact location of functions in these modules is important, as trace.py
takes the real line numbers into account.
"""
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