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
11c08fd4
Kaydet (Commit)
11c08fd4
authored
Mar 09, 2013
tarafından
Terry Jan Reedy
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
üst
d12ff7b7
b6f1d641
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
json.rst
Doc/library/json.rst
+1
-1
ACKS
Misc/ACKS
+1
-0
No files found.
Doc/library/json.rst
Dosyayı görüntüle @
11c08fd4
...
@@ -192,7 +192,7 @@ Basic Usage
...
@@ -192,7 +192,7 @@ Basic Usage
Keys in key/value pairs of JSON are always of the type :class:`str`. When
Keys in key/value pairs of JSON are always of the type :class:`str`. When
a dictionary is converted into JSON, all the keys of the dictionary are
a dictionary is converted into JSON, all the keys of the dictionary are
coerced to strings. As a result of this, if a dictionary is convered
coerced to strings. As a result of this, if a dictionary is conver
t
ed
into JSON and then back into a dictionary, the dictionary may not equal
into JSON and then back into a dictionary, the dictionary may not equal
the original one. That is, ``loads(dumps(x)) != x`` if x has non-string
the original one. That is, ``loads(dumps(x)) != x`` if x has non-string
keys.
keys.
...
...
Misc/ACKS
Dosyayı görüntüle @
11c08fd4
...
@@ -493,6 +493,7 @@ Chris Herborth
...
@@ -493,6 +493,7 @@ Chris Herborth
Ivan Herman
Ivan Herman
Jürgen Hermann
Jürgen Hermann
Gary Herron
Gary Herron
Ernie Hershey
Thomas Herve
Thomas Herve
Bernhard Herzog
Bernhard Herzog
Magnus L. Hetland
Magnus L. Hetland
...
...
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