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
af3f3a7f
Kaydet (Commit)
af3f3a7f
authored
Agu 30, 2012
tarafından
Stefan Krah
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Closes #10650: Deprecate the watchexp parameter of Decimal.quantize().
üst
9ecae7a4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
decimal.rst
Doc/library/decimal.rst
+5
-0
3.3.rst
Doc/whatsnew/3.3.rst
+4
-0
NEWS
Misc/NEWS
+3
-0
No files found.
Doc/library/decimal.rst
Dosyayı görüntüle @
af3f3a7f
...
...
@@ -737,6 +737,11 @@ Decimal objects
resulting exponent is greater than :attr:`Emax` or less than
:attr:`Etiny`.
.. deprecated:: 3.3
*watchexp* is an implementation detail from the pure Python version
and is not present in the C version. It will be removed in version
3.4, where it defaults to ``True``.
.. method:: radix()
Return ``Decimal(10)``, the radix (base) in which the :class:`Decimal`
...
...
Doc/whatsnew/3.3.rst
Dosyayı görüntüle @
af3f3a7f
...
...
@@ -1190,6 +1190,10 @@ API changes
changed
to
match
the
order
displayed
by
:
func
:`
repr
`.
*
The
``
watchexp
``
parameter
in
the
:
meth
:`~
decimal
.
Decimal
.
quantize
`
method
is
deprecated
.
ftplib
------
...
...
Misc/NEWS
Dosyayı görüntüle @
af3f3a7f
...
...
@@ -23,6 +23,9 @@ Library
-
Issue
#
15340
:
Fix
importing
the
random
module
when
/
dev
/
urandom
cannot
be
opened
.
This
was
a
regression
caused
by
the
hash
randomization
patch
.
-
Issue
#
10650
:
Deprecate
the
watchexp
parameter
of
the
Decimal
.
quantize
()
method
.
-
Issue
#
15785
:
Modify
window
.
get_wch
()
API
of
the
curses
module
:
return
a
character
for
most
keys
,
and
an
integer
for
special
keys
,
instead
of
always
returning
an
integer
.
So
it
is
now
possible
to
distinguish
special
...
...
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