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
ca3cc2fe
Kaydet (Commit)
ca3cc2fe
authored
Tem 05, 2004
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
* Update the todo list.
* Make ConversionSyntax signals get trapped by default.
üst
d84efb3d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
decimal.py
Lib/decimal.py
+2
-1
No files found.
Lib/decimal.py
Dosyayı görüntüle @
ca3cc2fe
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
# Todo:
# Todo:
#
Provide a clean way of attaching monetary format representation
s
#
Add rich comparisons for equality testing with other type
s
"""
"""
...
@@ -2969,6 +2969,7 @@ DefaultContext = Context(
...
@@ -2969,6 +2969,7 @@ DefaultContext = Context(
Emin
=
DEFAULT_MIN_EXPONENT
,
Emin
=
DEFAULT_MIN_EXPONENT
,
capitals
=
1
capitals
=
1
)
)
DefaultContext
.
trap_enablers
.
update
({
ConversionSyntax
:
1
})
# Pre-made alternate contexts offered by the specification
# Pre-made alternate contexts offered by the specification
# Don't change these; the user should be able to select these
# Don't change these; the user should be able to select these
...
...
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