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
1a5f3ec9
Kaydet (Commit)
1a5f3ec9
authored
Kas 03, 2012
tarafından
Chris Jerdonek
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge from 3.3: link to mapping glossary entry in docs.
üst
4bf474a8
1c8bb9f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
os.rst
Doc/library/os.rst
+2
-2
stdtypes.rst
Doc/library/stdtypes.rst
+1
-1
No files found.
Doc/library/os.rst
Dosyayı görüntüle @
1a5f3ec9
...
...
@@ -105,7 +105,7 @@ process and user.
.. data:: environ
A
mapping
object representing the string environment. For example,
A
:term:`mapping`
object representing the string environment. For example,
``environ['HOME']`` is the pathname of your home directory (on some platforms),
and is equivalent to ``getenv("HOME")`` in C.
...
...
@@ -145,7 +145,7 @@ process and user.
.. data:: environb
Bytes version of :data:`environ`: a
mapping
object representing the
Bytes version of :data:`environ`: a
:term:`mapping`
object representing the
environment as byte strings. :data:`environ` and :data:`environb` are
synchronized (modify :data:`environb` updates :data:`environ`, and vice
versa).
...
...
Doc/library/stdtypes.rst
Dosyayı görüntüle @
1a5f3ec9
...
...
@@ -2928,7 +2928,7 @@ Mapping Types --- :class:`dict`
statement: del
builtin: len
A :
dfn
:`mapping` object maps :term:`hashable` values to arbitrary objects.
A :
term
:`mapping` object maps :term:`hashable` values to arbitrary objects.
Mappings are mutable objects. There is currently only one standard mapping
type, the :dfn:`dictionary`. (For other containers see the built-in
:class:`list`, :class:`set`, and :class:`tuple` classes, and the
...
...
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